Skip to content

Commit f637db1

Browse files
Packages build fix
1 parent b4a8ab1 commit f637db1

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

requirements/exec-env-requirements.txt

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
aiohappyeyeballs==2.4.3
88
# via aiohttp
9-
aiohttp==3.10.10
9+
aiohttp==3.11.7
1010
# via openai
1111
aiosignal==1.3.1
1212
# via aiohttp
1313
anyio==4.6.2.post1
1414
# via
1515
# groq
1616
# httpx
17-
async-timeout==4.0.3
17+
async-timeout==5.0.1
1818
# via aiohttp
1919
attrs==24.2.0
2020
# via aiohttp
@@ -52,7 +52,7 @@ confection==0.1.5
5252
# via thinc
5353
convertdate==2.4.0
5454
# via holidays
55-
cymem==2.0.8
55+
cymem==2.0.10
5656
# via
5757
# preshed
5858
# spacy
@@ -72,7 +72,7 @@ flashtext==2.7
7272
# via -r exec-env-requirements.in
7373
floret==0.10.5
7474
# via textacy
75-
frozenlist==1.4.1
75+
frozenlist==1.5.0
7676
# via
7777
# aiohttp
7878
# aiosignal
@@ -88,7 +88,7 @@ hijri-converter==2.3.1
8888
# via holidays
8989
holidays==0.21.13
9090
# via -r exec-env-requirements.in
91-
httpcore==1.0.6
91+
httpcore==1.0.7
9292
# via httpx
9393
httpx==0.27.2
9494
# via groq
@@ -118,11 +118,11 @@ knowledge==0.3
118118
# via -r exec-env-requirements.in
119119
korean-lunar-calendar==0.3.1
120120
# via holidays
121-
langcodes==3.4.1
121+
langcodes==3.5.0
122122
# via spacy
123123
langdetect==1.0.9
124124
# via -r exec-env-requirements.in
125-
language-data==1.2.0
125+
language-data==1.3.0
126126
# via langcodes
127127
levenshtein==0.20.8
128128
# via python-levenshtein
@@ -136,15 +136,15 @@ lxml==5.3.0
136136
# translate
137137
marisa-trie==1.2.1
138138
# via language-data
139-
markupsafe==3.0.1
139+
markupsafe==3.0.2
140140
# via jinja2
141141
more-itertools==10.5.0
142142
# via inflect
143143
multidict==6.1.0
144144
# via
145145
# aiohttp
146146
# yarl
147-
murmurhash==1.0.10
147+
murmurhash==1.0.11
148148
# via
149149
# preshed
150150
# spacy
@@ -173,7 +173,7 @@ numpy==1.23.4
173173
# thinc
174174
openai==0.27.7
175175
# via -r exec-env-requirements.in
176-
packaging==24.1
176+
packaging==24.2
177177
# via
178178
# spacy
179179
# thinc
@@ -190,12 +190,14 @@ preshed==3.0.9
190190
# spacy
191191
# thinc
192192
propcache==0.2.0
193-
# via yarl
193+
# via
194+
# aiohttp
195+
# yarl
194196
pyaml==24.9.0
195197
# via scikit-optimize
196198
pycountry==24.6.1
197199
# via sumy
198-
pydantic==1.10.18
200+
pydantic==1.10.19
199201
# via
200202
# confection
201203
# groq
@@ -205,7 +207,7 @@ pymeeus==0.5.12
205207
# via
206208
# convertdate
207209
# holidays
208-
pyphen==0.16.0
210+
pyphen==0.17.0
209211
# via
210212
# textacy
211213
# textstat
@@ -223,7 +225,7 @@ quantulum3==0.7.11
223225
# via -r exec-env-requirements.in
224226
rapidfuzz==2.15.2
225227
# via levenshtein
226-
regex==2024.9.11
228+
regex==2024.11.6
227229
# via
228230
# nltk
229231
# tiktoken
@@ -281,9 +283,9 @@ srsly==2.4.8
281283
# thinc
282284
stemming==1.0.1
283285
# via -r exec-env-requirements.in
284-
sudachidict-core==20240716
286+
sudachidict-core==20241021
285287
# via spacy
286-
sudachipy==0.6.8
288+
sudachipy==0.6.9
287289
# via
288290
# spacy
289291
# sudachidict-core
@@ -303,7 +305,7 @@ tiktoken==0.4.0
303305
# via -r exec-env-requirements.in
304306
toolz==1.0.0
305307
# via cytoolz
306-
tqdm==4.66.5
308+
tqdm==4.67.1
307309
# via
308310
# nltk
309311
# openai
@@ -335,9 +337,9 @@ wasabi==0.10.1
335337
# via
336338
# spacy
337339
# thinc
338-
yarl==1.15.3
340+
yarl==1.18.0
339341
# via aiohttp
340-
zipp==3.20.2
342+
zipp==3.21.0
341343
# via importlib-metadata
342344

343345
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)