Skip to content

Commit 009746c

Browse files
Packages updates
1 parent 6cf62dd commit 009746c

8 files changed

+76
-77
lines changed

requirements/common-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.6.2.post1
9+
anyio==4.8.0
1010
# via starlette
1111
boto3==1.25.0
1212
# via -r common-requirements.in
1313
botocore==1.28.5
1414
# via
1515
# boto3
1616
# s3transfer
17-
certifi==2024.8.30
17+
certifi==2025.1.31
1818
# via
1919
# minio
2020
# requests
21-
charset-normalizer==3.4.0
21+
charset-normalizer==3.4.1
2222
# via requests
23-
click==8.1.7
23+
click==8.1.8
2424
# via uvicorn
2525
exceptiongroup==1.2.2
2626
# via anyio
@@ -56,13 +56,13 @@ python-dateutil==2.9.0.post0
5656
# via
5757
# botocore
5858
# pandas
59-
pytz==2024.2
59+
pytz==2025.1
6060
# via pandas
6161
requests==2.31.0
6262
# via -r mini-requirements.in
6363
s3transfer==0.6.2
6464
# via boto3
65-
six==1.16.0
65+
six==1.17.0
6666
# via python-dateutil
6767
sniffio==1.3.1
6868
# via anyio

requirements/exec-env-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python-levenshtein==0.20.8
99
quantulum3==0.7.11
1010
requests==2.31.0
1111
scikit-learn==1.1.2
12-
jinja2==3.1.4
12+
jinja2==3.1.6
1313
spacy[ja]==3.4.2
1414
textblob==0.17.1
1515
textstat==0.7.3

requirements/exec-env-requirements.txt

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
#
55
# pip-compile exec-env-requirements.in
66
#
7-
aiohappyeyeballs==2.4.3
7+
aiohappyeyeballs==2.5.0
88
# via aiohttp
9-
aiohttp==3.11.7
9+
aiohttp==3.11.13
1010
# via openai
11-
aiosignal==1.3.1
11+
aiosignal==1.3.2
1212
# via aiohttp
13-
anyio==4.6.2.post1
13+
anyio==4.8.0
1414
# via
1515
# groq
1616
# httpx
1717
async-timeout==5.0.1
1818
# via aiohttp
19-
attrs==24.2.0
19+
attrs==25.1.0
2020
# via aiohttp
2121
beautifulsoup4==4.11.1
2222
# via -r exec-env-requirements.in
@@ -26,24 +26,24 @@ blis==0.7.11
2626
# via thinc
2727
breadability==0.1.20
2828
# via sumy
29-
cachetools==5.5.0
29+
cachetools==5.5.2
3030
# via textacy
3131
catalogue==2.0.10
3232
# via
3333
# spacy
3434
# srsly
3535
# textacy
3636
# thinc
37-
certifi==2024.8.30
37+
certifi==2025.1.31
3838
# via
3939
# httpcore
4040
# httpx
4141
# requests
4242
chardet==5.2.0
4343
# via breadability
44-
charset-normalizer==3.4.0
44+
charset-normalizer==3.4.1
4545
# via requests
46-
click==8.1.7
46+
click==8.1.8
4747
# via
4848
# nltk
4949
# translate
@@ -52,12 +52,12 @@ confection==0.1.5
5252
# via thinc
5353
convertdate==2.4.0
5454
# via holidays
55-
cymem==2.0.10
55+
cymem==2.0.11
5656
# via
5757
# preshed
5858
# spacy
5959
# thinc
60-
cytoolz==1.0.0
60+
cytoolz==1.0.1
6161
# via textacy
6262
distro==1.9.0
6363
# via groq
@@ -90,21 +90,21 @@ holidays==0.21.13
9090
# via -r exec-env-requirements.in
9191
httpcore==1.0.7
9292
# via httpx
93-
httpx==0.27.2
93+
httpx==0.28.1
9494
# via groq
9595
idna==3.10
9696
# via
9797
# anyio
9898
# httpx
9999
# requests
100100
# yarl
101-
importlib-metadata==8.5.0
101+
importlib-metadata==8.6.1
102102
# via typeguard
103-
inflect==7.4.0
103+
inflect==7.5.0
104104
# via quantulum3
105-
jellyfish==1.1.0
105+
jellyfish==1.1.3
106106
# via textacy
107-
jinja2==3.1.4
107+
jinja2==3.1.6
108108
# via
109109
# -r exec-env-requirements.in
110110
# spacy
@@ -130,21 +130,21 @@ lexmo==0.1.4
130130
# via -r exec-env-requirements.in
131131
libretranslatepy==2.1.1
132132
# via translate
133-
lxml==5.3.0
133+
lxml==5.3.1
134134
# via
135135
# breadability
136136
# translate
137137
marisa-trie==1.2.1
138138
# via language-data
139139
markupsafe==3.0.2
140140
# via jinja2
141-
more-itertools==10.5.0
141+
more-itertools==10.6.0
142142
# via inflect
143143
multidict==6.1.0
144144
# via
145145
# aiohttp
146146
# yarl
147-
murmurhash==1.0.11
147+
murmurhash==1.0.12
148148
# via
149149
# preshed
150150
# spacy
@@ -157,7 +157,7 @@ nltk==3.8.1
157157
# lexmo
158158
# sumy
159159
# textblob
160-
num2words==0.5.13
160+
num2words==0.5.14
161161
# via quantulum3
162162
numpy==1.23.4
163163
# via
@@ -189,15 +189,15 @@ preshed==3.0.9
189189
# via
190190
# spacy
191191
# thinc
192-
propcache==0.2.0
192+
propcache==0.3.0
193193
# via
194194
# aiohttp
195195
# yarl
196-
pyaml==24.9.0
196+
pyaml==25.1.0
197197
# via scikit-optimize
198198
pycountry==24.6.1
199199
# via sumy
200-
pydantic==1.10.19
200+
pydantic==1.10.21
201201
# via
202202
# confection
203203
# groq
@@ -207,7 +207,7 @@ pymeeus==0.5.12
207207
# via
208208
# convertdate
209209
# holidays
210-
pyphen==0.17.0
210+
pyphen==0.17.2
211211
# via
212212
# textacy
213213
# textstat
@@ -217,7 +217,7 @@ python-dateutil==2.9.0.post0
217217
# pandas
218218
python-levenshtein==0.20.8
219219
# via -r exec-env-requirements.in
220-
pytz==2024.2
220+
pytz==2025.1
221221
# via pandas
222222
pyyaml==6.0.2
223223
# via pyaml
@@ -253,7 +253,7 @@ scipy==1.13.1
253253
# scikit-learn
254254
# scikit-optimize
255255
# textacy
256-
six==1.16.0
256+
six==1.17.0
257257
# via
258258
# langdetect
259259
# python-dateutil
@@ -263,7 +263,6 @@ sniffio==1.3.1
263263
# via
264264
# anyio
265265
# groq
266-
# httpx
267266
soupsieve==2.6
268267
# via beautifulsoup4
269268
spacy[ja]==3.4.2
@@ -274,18 +273,18 @@ spacy-legacy==3.0.12
274273
# via spacy
275274
spacy-loggers==1.0.5
276275
# via spacy
277-
sqlalchemy==2.0.36
276+
sqlalchemy==2.0.38
278277
# via knowledge
279-
srsly==2.4.8
278+
srsly==2.5.1
280279
# via
281280
# confection
282281
# spacy
283282
# thinc
284283
stemming==1.0.1
285284
# via -r exec-env-requirements.in
286-
sudachidict-core==20241021
285+
sudachidict-core==20250129
287286
# via spacy
288-
sudachipy==0.6.8
287+
sudachipy==0.6.10
289288
# via
290289
# spacy
291290
# sudachidict-core
@@ -313,7 +312,7 @@ tqdm==4.67.1
313312
# textacy
314313
translate==3.6.1
315314
# via -r exec-env-requirements.in
316-
typeguard==4.4.1
315+
typeguard==4.4.2
317316
# via inflect
318317
typer==0.4.2
319318
# via
@@ -327,17 +326,17 @@ typing-extensions==4.12.2
327326
# pydantic
328327
# sqlalchemy
329328
# typeguard
330-
tzdata==2024.2
329+
tzdata==2025.1
331330
# via pandas
332-
urllib3==2.2.3
331+
urllib3==2.3.0
333332
# via requests
334333
vadersentiment==3.3.2
335334
# via -r exec-env-requirements.in
336335
wasabi==0.10.1
337336
# via
338337
# spacy
339338
# thinc
340-
yarl==1.18.0
339+
yarl==1.18.3
341340
# via aiohttp
342341
zipp==3.21.0
343342
# via importlib-metadata

requirements/mini-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.6.2.post1
9+
anyio==4.8.0
1010
# via starlette
11-
certifi==2024.8.30
11+
certifi==2025.1.31
1212
# via requests
13-
charset-normalizer==3.4.0
13+
charset-normalizer==3.4.1
1414
# via requests
15-
click==8.1.7
15+
click==8.1.8
1616
# via uvicorn
1717
exceptiongroup==1.2.2
1818
# via anyio
@@ -43,7 +43,7 @@ typing-extensions==4.12.2
4343
# pydantic
4444
# pydantic-core
4545
# starlette
46-
urllib3==2.2.3
46+
urllib3==2.3.0
4747
# via requests
4848
uvicorn==0.22.0
4949
# via -r mini-requirements.in
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
-r common-requirements.in
33
torch==2.2.0
4-
transformers==4.41.2
4+
transformers==4.48.0
55
scikit-optimize==0.9.0
66
scikit-learn==1.1.2

0 commit comments

Comments
 (0)