Skip to content

Commit e7a7173

Browse files
Bump cryptography from 42.0.4 to 43.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d34245 commit e7a7173

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

requirements.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
aiodns==2.0.0
88
# via hail
9+
aiofiles==24.1.0
10+
# via -r requirements.in
911
aiohappyeyeballs==2.3.5
1012
# via aiohttp
1113
aiohttp==3.10.2
@@ -14,6 +16,8 @@ aiohttp==3.10.2
1416
# slackclient
1517
aiosignal==1.3.1
1618
# via aiohttp
19+
annotated-types==0.7.0
20+
# via pydantic
1721
asttokens==2.4.1
1822
# via stack-data
1923
async-timeout==4.0.3
@@ -68,7 +72,7 @@ commonmark==0.9.1
6872
# via rich
6973
contourpy==1.2.0
7074
# via bokeh
71-
cryptography==42.0.4
75+
cryptography==43.0.1
7276
# via
7377
# azure-identity
7478
# azure-storage-blob
@@ -272,12 +276,18 @@ pycares==4.4.0
272276
# via aiodns
273277
pycparser==2.21
274278
# via cffi
279+
pydantic==2.8.2
280+
# via -r requirements.in
281+
pydantic-core==2.20.1
282+
# via pydantic
275283
pygments==2.17.2
276284
# via
277285
# ipython
278286
# rich
279287
pyjwt[crypto]==2.8.0
280-
# via msal
288+
# via
289+
# msal
290+
# pyjwt
281291
pyparsing==3.1.1
282292
# via httplib2
283293
pyspark==3.5.1
@@ -365,6 +375,8 @@ typing-extensions==4.8.0
365375
# azure-core
366376
# azure-storage-blob
367377
# janus
378+
# pydantic
379+
# pydantic-core
368380
# typer
369381
tzdata==2023.3
370382
# via pandas

0 commit comments

Comments
 (0)