Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikaze committed Sep 19, 2023
1 parent e2313cf commit bdeb428
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
alembic==1.11.2
alembic==1.12.0
asyncpg==0.28.0
Authlib==1.2.1
fastapi==0.101.0
fastapi-pagination==0.12.7
fastapi==0.103.1
fastapi-pagination==0.12.9
fastapi-users-db-sqlalchemy==6.0.1
fastapi-users[sqlalchemy]==12.1.1
numpy==1.25.2
orjson==3.9.4
fastapi-users[sqlalchemy]==12.1.2
numpy==1.26.0
orjson==3.9.7
passlib[argon2]==1.7.4
PyJWT==2.8.0
PySide6-Essentials==6.5.2
python-dateutil==2.8.2
opencv-python==4.8.0.76
python3-commons==0.2.0
SQLAlchemy==2.0.19
python3-commons==0.2.3
SQLAlchemy==2.0.21
uvicorn[standard]==0.23.2
uvloop==0.17.0
rawpy==0.18.1
Pillow==10.0.0
Pillow==10.0.1
pydantic==1.10.12
tzdata==2023.3
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
rawpy==0.18.1
Pillow==10.0.0
pydantic==1.10.9
Pillow==10.0.1
pydantic==1.10.12
tzdata==2023.3
# The usage of test_requires is discouraged, see `Dependency Management` docs
# tests_require = pytest; pytest-cov
Expand Down

0 comments on commit bdeb428

Please sign in to comment.