Skip to content

Commit ae3cfc6

Browse files
Bump pydantic from 1.10.8 to 1.10.13 in /requirements
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.8 to 1.10.13. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.8...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 992527d commit ae3cfc6

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

requirements/common-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pandas==1.5.1
4646
# via -r common-requirements.in
4747
psycopg2-binary==2.9.9
4848
# via -r common-requirements.in
49-
pydantic==1.10.8
49+
pydantic==1.10.13
5050
# via
5151
# -r mini-requirements.in
5252
# fastapi

requirements/exec-env-requirements.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ fuzzywuzzy==0.18.0
7676
# via -r exec-env-requirements.in
7777
google-search-results==2.4.1
7878
# via -r exec-env-requirements.in
79+
greenlet==3.0.3
80+
# via sqlalchemy
7981
groq==0.4.2
8082
# via -r exec-env-requirements.in
8183
h11==0.14.0
@@ -94,8 +96,6 @@ idna==3.7
9496
# httpx
9597
# requests
9698
# yarl
97-
importlib-metadata==7.1.0
98-
# via typeguard
9999
inflect==7.2.0
100100
# via quantulum3
101101
jellyfish==1.0.3
@@ -182,7 +182,7 @@ pyaml==23.12.0
182182
# via scikit-optimize
183183
pycountry==23.12.11
184184
# via sumy
185-
pydantic==1.10.15
185+
pydantic==1.10.13
186186
# via
187187
# confection
188188
# groq
@@ -254,7 +254,6 @@ soupsieve==2.5
254254
spacy[ja]==3.4.2
255255
# via
256256
# -r exec-env-requirements.in
257-
# spacy
258257
# textacy
259258
spacy-legacy==3.0.12
260259
# via spacy
@@ -325,8 +324,6 @@ wasabi==0.10.1
325324
# thinc
326325
yarl==1.9.4
327326
# via aiohttp
328-
zipp==3.18.1
329-
# via importlib-metadata
330327

331328
# The following packages are considered to be unsafe in a requirements file:
332329
# setuptools

requirements/mini-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastapi==0.110.0
22
uvicorn==0.22.0
3-
pydantic==1.10.8
3+
pydantic==1.10.13
44
requests==2.31.0

requirements/mini-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ idna==3.7
2222
# via
2323
# anyio
2424
# requests
25-
pydantic==1.10.8
25+
pydantic==1.10.13
2626
# via
2727
# -r mini-requirements.in
2828
# fastapi

requirements/torch-cpu-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ psycopg2-binary==2.9.9
7272
# via -r common-requirements.in
7373
pyaml==23.12.0
7474
# via scikit-optimize
75-
pydantic==1.10.8
75+
pydantic==1.10.13
7676
# via
7777
# -r mini-requirements.in
7878
# fastapi
@@ -120,7 +120,7 @@ threadpoolctl==3.4.0
120120
# via scikit-learn
121121
tokenizers==0.15.2
122122
# via transformers
123-
torch==1.13.1
123+
torch==1.13.1+cpu
124124
# via -r torch-cpu-requirements.in
125125
tqdm==4.66.2
126126
# via

requirements/torch-cuda-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ psycopg2-binary==2.9.9
8282
# via -r common-requirements.in
8383
pyaml==23.12.0
8484
# via scikit-optimize
85-
pydantic==1.10.8
85+
pydantic==1.10.13
8686
# via
8787
# -r mini-requirements.in
8888
# fastapi
@@ -144,7 +144,6 @@ typing-extensions==4.11.0
144144
# fastapi
145145
# huggingface-hub
146146
# pydantic
147-
# starlette
148147
# torch
149148
urllib3==1.26.18
150149
# via

0 commit comments

Comments
 (0)