Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/cryptography-42.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Jul 7, 2024
2 parents 0ff5d56 + 4044d7f commit 0915382
Show file tree
Hide file tree
Showing 10 changed files with 238 additions and 194 deletions.
16 changes: 8 additions & 8 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
alabaster==0.7.16
# via sphinx
babel==2.14.0
babel==2.15.0
# via sphinx
certifi==2023.11.17
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -28,17 +28,17 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
# via jinja2
packaging==23.2
packaging==24.1
# via sphinx
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
pygments==2.18.0
# via sphinx
requests==2.31.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.3.7
# via sphinxcontrib-trio
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -54,5 +54,5 @@ sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
urllib3==2.2.0
urllib3==2.2.2
# via requests
4 changes: 3 additions & 1 deletion lint-requirements.in
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
44 changes: 30 additions & 14 deletions lint-requirements.txt
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
3 changes: 2 additions & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ python -m pip --version
python -m pip install -Ur lint-requirements.txt

# Linting

black --check src/trustme tests
isort --profile black src/trustme tests
mypy src/trustme tests
1 change: 1 addition & 0 deletions newsfragments/642.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add the Authority Key Identifier extension to child CA certificates.
Loading

0 comments on commit 0915382

Please sign in to comment.