Skip to content

Commit

Permalink
Drop types-cryptography in lint
Browse files Browse the repository at this point in the history
Cryptography provides types since version 3.4.4 and the relevant
interfaces have been typed since version 35.0.0
  • Loading branch information
VincentVanlaer committed Mar 8, 2023
1 parent 14aa4d6 commit 33fb34f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 1 addition & 2 deletions lint-requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mypy==0.910
# TODO: Switch to cryptography>=35.0.0 once it's released.
types-cryptography>=3.3.3
cryptography>=35.0.0
types-pyopenssl>=20.0.4
pytest>=6.2
idna>=3.2
22 changes: 13 additions & 9 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile lint-requirements.in
#
Expand All @@ -9,28 +9,32 @@ attrs==22.2.0
cffi==1.15.1
# via cryptography
cryptography==39.0.2
# via types-pyopenssl
# via
# -r lint-requirements.in
# types-pyopenssl
exceptiongroup==1.1.0
# via pytest
idna==3.4
# via -r lint-requirements.in
iniconfig==2.0.0
# via pytest
mypy==0.910
# via -r lint-requirements.in
mypy-extensions==0.4.3
mypy-extensions==0.4.4
# via mypy
packaging==23.0
# via pytest
pluggy==1.0.0
# via pytest
pycparser==2.21
# via cffi
pytest==7.2.0
pytest==7.2.2
# via -r lint-requirements.in
toml==0.10.2
# via mypy
types-cryptography==3.3.23
# via -r lint-requirements.in
types-pyopenssl==23.0.0.3
tomli==2.0.1
# via pytest
types-pyopenssl==23.0.0.4
# via -r lint-requirements.in
typing-extensions==4.4.0
typing-extensions==4.5.0
# via mypy

0 comments on commit 33fb34f

Please sign in to comment.