Skip to content

Commit

Permalink
fix: support attrs v21 dependency (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah authored Jun 20, 2021
1 parent 51c7ea4 commit 547bae8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# via -r -
appdirs==1.4.4
# via black
attrs==20.3.0
attrs==21.2.0
# via
# flake8-bugbear
# pytest
Expand All @@ -19,7 +19,9 @@ bleach==3.3.0
certifi==2021.5.30
# via requests
cffi==1.14.5
# via pynacl
# via
# cryptography
# pynacl
chardet==4.0.0
# via requests
click==8.0.1
Expand All @@ -38,6 +40,8 @@ coverage[toml]==5.5
# via
# codecov
# syrupy
cryptography==3.4.7
# via secretstorage
deprecated==1.2.12
# via pygithub
docutils==0.17.1
Expand Down Expand Up @@ -69,6 +73,10 @@ invoke==1.5.0
# via syrupy
isort==5.8.0
# via syrupy
jeepney==0.6.0
# via
# keyring
# secretstorage
keyring==23.0.1
# via twine
mccabe==0.6.1
Expand Down Expand Up @@ -131,6 +139,8 @@ requests==2.25.1
# twine
rfc3986==1.5.0
# via twine
secretstorage==3.3.1
# via keyring
semver==2.13.0
# via syrupy
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
python_requires = ">=3.6"
setup_requires = ["setuptools_scm"]
install_requires = [
"attrs>=18.2.0,<21.0.0",
"attrs>=18.2.0,<22.0.0",
"colored>=1.3.92,<2.0.0",
"pytest>=5.1.0,<7.0.0",
]
Expand Down

0 comments on commit 547bae8

Please sign in to comment.