Skip to content

Commit bdeb428

Browse files
committed
dependency bump
1 parent e2313cf commit bdeb428

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
alembic==1.11.2
1+
alembic==1.12.0
22
asyncpg==0.28.0
33
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
66
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
1010
passlib[argon2]==1.7.4
1111
PyJWT==2.8.0
1212
PySide6-Essentials==6.5.2
1313
python-dateutil==2.8.2
1414
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
1717
uvicorn[standard]==0.23.2
1818
uvloop==0.17.0
1919
rawpy==0.18.1
20-
Pillow==10.0.0
20+
Pillow==10.0.1
2121
pydantic==1.10.12
2222
tzdata==2023.3

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0
3333
# Add here dependencies of your project (semicolon/line-separated), e.g.
3434
install_requires =
3535
rawpy==0.18.1
36-
Pillow==10.0.0
37-
pydantic==1.10.9
36+
Pillow==10.0.1
37+
pydantic==1.10.12
3838
tzdata==2023.3
3939
# The usage of test_requires is discouraged, see `Dependency Management` docs
4040
# tests_require = pytest; pytest-cov

0 commit comments

Comments
 (0)