Skip to content

Commit 38343d2

Browse files
committed
cryptography 44.0.1
1 parent 981954e commit 38343d2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ charset-normalizer==3.4.0
2222
# via requests
2323
constantly==23.10.4
2424
# via twisted
25-
cryptography==44.0.0
25+
cryptography==44.0.1
2626
# via
2727
# pyopenssl
2828
# service-identity

requirements_release.txt

+19
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
anyio==4.7.0
88
# via httpx
9+
backports-tarfile==1.2.0
10+
# via jaraco-context
911
build==1.2.2.post1
1012
# via -r requirements_release.in
1113
certifi==2024.12.14
@@ -27,6 +29,8 @@ distlib==0.3.9
2729
# via virtualenv
2830
docutils==0.21.2
2931
# via readme-renderer
32+
exceptiongroup==1.2.2
33+
# via anyio
3034
filelock==3.16.1
3135
# via virtualenv
3236
h11==0.14.0
@@ -49,6 +53,11 @@ idna==3.10
4953
# httpx
5054
# hyperlink
5155
# requests
56+
importlib-metadata==8.6.1
57+
# via
58+
# build
59+
# keyring
60+
# twine
5261
jaraco-classes==3.4.0
5362
# via keyring
5463
jaraco-context==6.0.1
@@ -120,6 +129,10 @@ shellingham==1.5.4
120129
# via hatch
121130
sniffio==1.3.1
122131
# via anyio
132+
tomli==2.2.1
133+
# via
134+
# build
135+
# hatchling
123136
tomli-w==1.1.0
124137
# via hatch
125138
tomlkit==0.13.2
@@ -128,6 +141,10 @@ trove-classifiers==2024.10.21.16
128141
# via hatchling
129142
twine==6.1.0
130143
# via -r requirements_release.in
144+
typing-extensions==4.12.2
145+
# via
146+
# anyio
147+
# rich
131148
urllib3==2.2.3
132149
# via
133150
# requests
@@ -138,5 +155,7 @@ uv==0.5.9
138155
# via hatch
139156
virtualenv==20.28.0
140157
# via hatch
158+
zipp==3.21.0
159+
# via importlib-metadata
141160
zstandard==0.23.0
142161
# via hatch

0 commit comments

Comments
 (0)