File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- alembic == 1.11.2
1
+ alembic == 1.12.0
2
2
asyncpg == 0.28.0
3
3
Authlib == 1.2.1
4
- fastapi == 0.101.0
5
- fastapi-pagination == 0.12.7
4
+ fastapi == 0.103.1
5
+ fastapi-pagination == 0.12.9
6
6
fastapi-users-db-sqlalchemy == 6.0.1
7
- fastapi-users [sqlalchemy ]== 12.1.1
8
- numpy == 1.25.2
9
- orjson == 3.9.4
7
+ fastapi-users [sqlalchemy ]== 12.1.2
8
+ numpy == 1.26.0
9
+ orjson == 3.9.7
10
10
passlib [argon2 ]== 1.7.4
11
11
PyJWT == 2.8.0
12
12
PySide6-Essentials == 6.5.2
13
13
python-dateutil == 2.8.2
14
14
opencv-python == 4.8.0.76
15
- python3-commons == 0.2.0
16
- SQLAlchemy == 2.0.19
15
+ python3-commons == 0.2.3
16
+ SQLAlchemy == 2.0.21
17
17
uvicorn [standard ]== 0.23.2
18
18
uvloop == 0.17.0
19
19
rawpy == 0.18.1
20
- Pillow == 10.0.0
20
+ Pillow == 10.0.1
21
21
pydantic == 1.10.12
22
22
tzdata == 2023.3
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0
33
33
# Add here dependencies of your project (semicolon/line-separated), e.g.
34
34
install_requires =
35
35
rawpy ==0.18.1
36
- Pillow ==10.0.0
37
- pydantic ==1.10.9
36
+ Pillow ==10.0.1
37
+ pydantic ==1.10.12
38
38
tzdata ==2023.3
39
39
# The usage of test_requires is discouraged, see `Dependency Management` docs
40
40
# tests_require = pytest; pytest-cov
You can’t perform that action at this time.
0 commit comments