Skip to content

cryptography 44.0.1 #1271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ charset-normalizer==3.4.0
# via requests
constantly==23.10.4
# via twisted
cryptography==44.0.0
cryptography==44.0.1
# via
# pyopenssl
# service-identity
Expand Down
19 changes: 19 additions & 0 deletions requirements_release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
anyio==4.7.0
# via httpx
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.2.post1
# via -r requirements_release.in
certifi==2024.12.14
Expand All @@ -27,6 +29,8 @@ distlib==0.3.9
# via virtualenv
docutils==0.21.2
# via readme-renderer
exceptiongroup==1.2.2
# via anyio
filelock==3.16.1
# via virtualenv
h11==0.14.0
Expand All @@ -49,6 +53,11 @@ idna==3.10
# httpx
# hyperlink
# requests
importlib-metadata==8.6.1
# via
# build
# keyring
# twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
Expand Down Expand Up @@ -120,6 +129,10 @@ shellingham==1.5.4
# via hatch
sniffio==1.3.1
# via anyio
tomli==2.2.1
# via
# build
# hatchling
tomli-w==1.1.0
# via hatch
tomlkit==0.13.2
Expand All @@ -128,6 +141,10 @@ trove-classifiers==2024.10.21.16
# via hatchling
twine==6.1.0
# via -r requirements_release.in
typing-extensions==4.12.2
# via
# anyio
# rich
urllib3==2.2.3
# via
# requests
Expand All @@ -138,5 +155,7 @@ uv==0.5.9
# via hatch
virtualenv==20.28.0
# via hatch
zipp==3.21.0
# via importlib-metadata
zstandard==0.23.0
# via hatch
Loading