File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ click==8.1.7
60
60
# flask
61
61
# quart
62
62
# uvicorn
63
- cryptography == 41.0.5
63
+ cryptography == 41.0.6
64
64
# via
65
65
# azure-identity
66
66
# azure-storage-blob
@@ -138,7 +138,9 @@ numpy==1.26.1
138
138
oauthlib == 3.2.2
139
139
# via requests-oauthlib
140
140
openai [datalib ]== 0.28.1
141
- # via -r requirements.in
141
+ # via
142
+ # -r requirements.in
143
+ # openai
142
144
openpyxl == 3.1.2
143
145
# via openai
144
146
opentelemetry-api == 1.21.0
@@ -242,7 +244,9 @@ priority==2.0.0
242
244
pycparser == 2.21
243
245
# via cffi
244
246
pyjwt [crypto ]== 2.8.0
245
- # via msal
247
+ # via
248
+ # msal
249
+ # pyjwt
246
250
python-dateutil == 2.8.2
247
251
# via pandas
248
252
pytz == 2023.3.post1
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ charset-normalizer==3.3.2
46
46
# via
47
47
# aiohttp
48
48
# requests
49
- cryptography == 41.0.5
49
+ cryptography == 41.0.6
50
50
# via
51
51
# azure-identity
52
52
# azure-storage-blob
@@ -88,7 +88,9 @@ numpy==1.26.1
88
88
oauthlib == 3.2.2
89
89
# via requests-oauthlib
90
90
openai [datalib ]== 0.28.1
91
- # via -r requirements.in
91
+ # via
92
+ # -r requirements.in
93
+ # openai
92
94
openpyxl == 3.1.2
93
95
# via openai
94
96
pandas == 2.1.2
@@ -100,7 +102,9 @@ portalocker==2.8.2
100
102
pycparser == 2.21
101
103
# via cffi
102
104
pyjwt [crypto ]== 2.8.0
103
- # via msal
105
+ # via
106
+ # msal
107
+ # pyjwt
104
108
pypdf == 3.17.0
105
109
# via -r requirements.in
106
110
python-dateutil == 2.8.2
You can’t perform that action at this time.
0 commit comments