File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ aiosignal==1.3.1
12
12
# via aiohttp
13
13
annotated-types == 0.6.0
14
14
# via pydantic
15
- anyio == 4.2 .0
15
+ anyio == 4.3 .0
16
16
# via
17
17
# httpx
18
18
# openai
@@ -67,7 +67,7 @@ click==8.1.7
67
67
# flask
68
68
# quart
69
69
# uvicorn
70
- cryptography == 42.0.2
70
+ cryptography == 42.0.4
71
71
# via
72
72
# -r requirements.in
73
73
# azure-identity
@@ -99,9 +99,9 @@ h2==4.1.0
99
99
# via hypercorn
100
100
hpack == 4.0.0
101
101
# via h2
102
- httpcore == 1.0.2
102
+ httpcore == 1.0.4
103
103
# via httpx
104
- httpx == 0.26 .0
104
+ httpx == 0.27 .0
105
105
# via openai
106
106
hypercorn == 0.16.0
107
107
# via quart
@@ -255,7 +255,7 @@ packaging==23.2
255
255
# opentelemetry-instrumentation-flask
256
256
pandas == 2.2.0
257
257
# via openai
258
- pandas-stubs == 2.1.4.231227
258
+ pandas-stubs == 2.2.0.240218
259
259
# via openai
260
260
pillow == 10.2.0
261
261
# via -r requirements.in
@@ -317,7 +317,7 @@ tiktoken==0.6.0
317
317
# via -r requirements.in
318
318
tqdm == 4.66.2
319
319
# via openai
320
- types-pillow == 10.2.0.20240206
320
+ types-pillow == 10.2.0.20240213
321
321
# via -r requirements.in
322
322
types-pytz == 2024.1.0.20240203
323
323
# via pandas-stubs
@@ -332,7 +332,7 @@ typing-extensions==4.9.0
332
332
# pydantic-core
333
333
tzdata == 2024.1
334
334
# via pandas
335
- urllib3 == 2.2.0
335
+ urllib3 == 2.2.1
336
336
# via requests
337
337
uvicorn == 0.27.1
338
338
# via -r requirements.in
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ aiosignal==1.3.1
10
10
# via aiohttp
11
11
annotated-types == 0.6.0
12
12
# via pydantic
13
- anyio == 4.2 .0
13
+ anyio == 4.3 .0
14
14
# via
15
15
# httpx
16
16
# openai
@@ -51,7 +51,7 @@ cffi==1.16.0
51
51
# via cryptography
52
52
charset-normalizer == 3.3.2
53
53
# via requests
54
- cryptography == 42.0.2
54
+ cryptography == 42.0.4
55
55
# via
56
56
# -r requirements.in
57
57
# azure-identity
@@ -69,9 +69,9 @@ frozenlist==1.4.1
69
69
# aiosignal
70
70
h11 == 0.14.0
71
71
# via httpcore
72
- httpcore == 1.0.2
72
+ httpcore == 1.0.4
73
73
# via httpx
74
- httpx == 0.26 .0
74
+ httpx == 0.27 .0
75
75
# via openai
76
76
idna == 3.6
77
77
# via
@@ -107,7 +107,7 @@ packaging==23.2
107
107
# via msal-extensions
108
108
pandas == 2.2.0
109
109
# via openai
110
- pandas-stubs == 2.1.4.231227
110
+ pandas-stubs == 2.2.0.240218
111
111
# via openai
112
112
pillow == 10.2.0
113
113
# via -r requirements.in
@@ -125,11 +125,11 @@ pydantic-core==2.16.2
125
125
# via pydantic
126
126
pyjwt [crypto ]== 2.8.0
127
127
# via msal
128
- pymupdf == 1.23.21
128
+ pymupdf == 1.23.25
129
129
# via -r requirements.in
130
- pymupdfb == 1.23.9
130
+ pymupdfb == 1.23.22
131
131
# via pymupdf
132
- pypdf == 4.0.1
132
+ pypdf == 4.0.2
133
133
# via -r requirements.in
134
134
python-dateutil == 2.8.2
135
135
# via pandas
@@ -163,7 +163,7 @@ tiktoken==0.6.0
163
163
# via -r requirements.in
164
164
tqdm == 4.66.2
165
165
# via openai
166
- types-pillow == 10.2.0.20240206
166
+ types-pillow == 10.2.0.20240213
167
167
# via -r requirements.in
168
168
types-pytz == 2024.1.0.20240203
169
169
# via pandas-stubs
@@ -178,7 +178,7 @@ typing-extensions==4.9.0
178
178
# pydantic-core
179
179
tzdata == 2024.1
180
180
# via pandas
181
- urllib3 == 2.2.0
181
+ urllib3 == 2.2.1
182
182
# via requests
183
183
yarl == 1.9.4
184
184
# via aiohttp
You can’t perform that action at this time.
0 commit comments