Skip to content

Commit da44bd8

Browse files
committed
Update requirements for testing.
1 parent 0977ad4 commit da44bd8

File tree

4 files changed

+33
-17
lines changed

4 files changed

+33
-17
lines changed

requirements.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fastapi==0.104.1
2-
motor==3.3.1
3-
uvicorn==0.23.2
4-
pydantic[email]==2.4.2
1+
fastapi ~=0.110
2+
motor ~=3.3
3+
uvicorn ~=0.28
4+
pydantic[email]

requirements.txt

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --strip-extras requirements.in
66
#
77
annotated-types==0.6.0
88
# via pydantic
99
anyio==3.7.1
10-
# via
11-
# fastapi
12-
# starlette
10+
# via starlette
1311
click==8.1.7
1412
# via uvicorn
1513
dnspython==2.4.2
@@ -18,7 +16,7 @@ dnspython==2.4.2
1816
# pymongo
1917
email-validator==2.1.0.post1
2018
# via pydantic
21-
fastapi==0.104.1
19+
fastapi==0.110.0
2220
# via -r requirements.in
2321
h11==0.14.0
2422
# via uvicorn
@@ -28,23 +26,22 @@ idna==3.4
2826
# email-validator
2927
motor==3.3.1
3028
# via -r requirements.in
31-
pydantic==2.4.2
29+
pydantic==2.6.3
3230
# via
3331
# -r requirements.in
3432
# fastapi
35-
# pydantic
36-
pydantic-core==2.10.1
33+
pydantic-core==2.16.3
3734
# via pydantic
3835
pymongo==4.5.0
3936
# via motor
4037
sniffio==1.3.0
4138
# via anyio
42-
starlette==0.27.0
39+
starlette==0.36.3
4340
# via fastapi
4441
typing-extensions==4.8.0
4542
# via
4643
# fastapi
4744
# pydantic
4845
# pydantic-core
49-
uvicorn==0.23.2
46+
uvicorn==0.28.0
5047
# via -r requirements.in

test-requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
requests
2-
pytest
2+
pytest
3+
pip-tools

test-requirements.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,42 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --strip-extras test-requirements.in
66
#
7+
build==1.1.1
8+
# via pip-tools
79
certifi==2023.7.22
810
# via requests
911
charset-normalizer==3.3.1
1012
# via requests
13+
click==8.1.7
14+
# via pip-tools
1115
idna==3.4
1216
# via requests
1317
iniconfig==2.0.0
1418
# via pytest
1519
packaging==23.2
16-
# via pytest
20+
# via
21+
# build
22+
# pytest
23+
pip-tools==7.4.1
24+
# via -r test-requirements.in
1725
pluggy==1.3.0
1826
# via pytest
27+
pyproject-hooks==1.0.0
28+
# via
29+
# build
30+
# pip-tools
1931
pytest==7.4.3
2032
# via -r test-requirements.in
2133
requests==2.31.0
2234
# via -r test-requirements.in
2335
urllib3==2.0.7
2436
# via requests
37+
wheel==0.42.0
38+
# via pip-tools
39+
40+
# The following packages are considered to be unsafe in a requirements file:
41+
# pip
42+
# setuptools

0 commit comments

Comments
 (0)