Skip to content

Commit

Permalink
REL: 0.17.1
Browse files Browse the repository at this point in the history
Bug fixes: #99 and #100
  • Loading branch information
MartinThoma committed Feb 16, 2022
1 parent 6cf9bc3 commit 6801ed0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==1.15.0
# via cryptography
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.11
charset-normalizer==2.0.12
# via requests
click==8.0.3
# via pip-tools
Expand All @@ -28,13 +28,13 @@ distlib==0.3.4
# via virtualenv
docutils==0.18.1
# via readme-renderer
filelock==3.4.2
filelock==3.5.1
# via virtualenv
identify==2.4.9
identify==2.4.10
# via pre-commit
idna==3.3
# via requests
importlib-metadata==4.10.1
importlib-metadata==4.11.1
# via
# click
# keyring
Expand Down Expand Up @@ -84,7 +84,7 @@ pygments==2.11.2
# via readme-renderer
pyparsing==3.0.7
# via packaging
pytest==7.0.0
pytest==7.0.1
# via
# -r requirements/dev.in
# pytest-cov
Expand Down Expand Up @@ -122,7 +122,7 @@ tqdm==4.62.3
# via twine
twine==3.8.0
# via -r requirements/dev.in
typing-extensions==4.0.1
typing-extensions==4.1.1
# via importlib-metadata
urllib3==1.26.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ typed-ast==1.5.2
# via
# black
# mypy
typing-extensions==4.0.1
typing-extensions==4.1.1
# via
# black
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author_email = info@martin-thoma.de
maintainer = Martin Thoma
maintainer_email = info@martin-thoma.de

version = 0.17.0
version = 0.17.1

description = flake8 plugin which checks for code that can be simplified
long_description = file: README.md
Expand Down

0 comments on commit 6801ed0

Please sign in to comment.