Skip to content

Commit 841b3d3

Browse files
Bump cryptography from 41.0.5 to 41.0.6 in /scripts (#1016)
* Bump cryptography from 41.0.5 to 41.0.6 in /scripts Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Also update backend --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pamela Fox <[email protected]> Co-authored-by: Pamela Fox <[email protected]>
1 parent c1abac1 commit 841b3d3

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

app/backend/requirements.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ click==8.1.7
6060
# flask
6161
# quart
6262
# uvicorn
63-
cryptography==41.0.5
63+
cryptography==41.0.6
6464
# via
6565
# azure-identity
6666
# azure-storage-blob
@@ -138,7 +138,9 @@ numpy==1.26.1
138138
oauthlib==3.2.2
139139
# via requests-oauthlib
140140
openai[datalib]==0.28.1
141-
# via -r requirements.in
141+
# via
142+
# -r requirements.in
143+
# openai
142144
openpyxl==3.1.2
143145
# via openai
144146
opentelemetry-api==1.21.0
@@ -242,7 +244,9 @@ priority==2.0.0
242244
pycparser==2.21
243245
# via cffi
244246
pyjwt[crypto]==2.8.0
245-
# via msal
247+
# via
248+
# msal
249+
# pyjwt
246250
python-dateutil==2.8.2
247251
# via pandas
248252
pytz==2023.3.post1

scripts/requirements.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ charset-normalizer==3.3.2
4646
# via
4747
# aiohttp
4848
# requests
49-
cryptography==41.0.5
49+
cryptography==41.0.6
5050
# via
5151
# azure-identity
5252
# azure-storage-blob
@@ -88,7 +88,9 @@ numpy==1.26.1
8888
oauthlib==3.2.2
8989
# via requests-oauthlib
9090
openai[datalib]==0.28.1
91-
# via -r requirements.in
91+
# via
92+
# -r requirements.in
93+
# openai
9294
openpyxl==3.1.2
9395
# via openai
9496
pandas==2.1.2
@@ -100,7 +102,9 @@ portalocker==2.8.2
100102
pycparser==2.21
101103
# via cffi
102104
pyjwt[crypto]==2.8.0
103-
# via msal
105+
# via
106+
# msal
107+
# pyjwt
104108
pypdf==3.17.0
105109
# via -r requirements.in
106110
python-dateutil==2.8.2

0 commit comments

Comments
 (0)