-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/pip/cryptography-42.0.4
- Loading branch information
Showing
10 changed files
with
238 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
mypy==0.910 | ||
mypy | ||
cryptography>=35.0.0 | ||
types-pyopenssl>=20.0.4 | ||
pytest>=6.2 | ||
idna>=3.2 | ||
black | ||
isort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,50 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile lint-requirements.in | ||
# | ||
black==24.4.2 | ||
# via -r lint-requirements.in | ||
cffi==1.16.0 | ||
# via cryptography | ||
click==8.1.7 | ||
# via black | ||
cryptography==42.0.4 | ||
# via | ||
# -r lint-requirements.in | ||
# types-pyopenssl | ||
idna==3.4 | ||
idna==3.6 | ||
# via -r lint-requirements.in | ||
iniconfig==2.0.0 | ||
# via pytest | ||
mypy==0.910 | ||
isort==5.13.2 | ||
# via -r lint-requirements.in | ||
mypy-extensions==0.4.4 | ||
# via mypy | ||
packaging==23.2 | ||
# via pytest | ||
pluggy==1.4.0 | ||
mypy==1.10.1 | ||
# via -r lint-requirements.in | ||
mypy-extensions==1.0.0 | ||
# via | ||
# black | ||
# mypy | ||
packaging==24.1 | ||
# via | ||
# black | ||
# pytest | ||
pathspec==0.12.1 | ||
# via black | ||
platformdirs==4.2.2 | ||
# via black | ||
pluggy==1.5.0 | ||
# via pytest | ||
pycparser==2.21 | ||
pycparser==2.22 | ||
# via cffi | ||
pytest==8.0.0 | ||
pytest==8.2.2 | ||
# via -r lint-requirements.in | ||
toml==0.10.2 | ||
# via mypy | ||
types-pyopenssl==24.0.0.20240130 | ||
types-cffi==1.16.0.20240331 | ||
# via types-pyopenssl | ||
types-pyopenssl==24.1.0.20240425 | ||
# via -r lint-requirements.in | ||
typing-extensions==4.9.0 | ||
types-setuptools==70.2.0.20240704 | ||
# via types-cffi | ||
typing-extensions==4.12.2 | ||
# via mypy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add the Authority Key Identifier extension to child CA certificates. |
Oops, something went wrong.