Skip to content

Commit 67df065

Browse files
committed
dep update
1 parent 60841d1 commit 67df065

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ package_dir =
3232
setup_requires = pyscaffold>=3.2a0,<3.3a0
3333
# Add here dependencies of your project (semicolon/line-separated), e.g.
3434
install_requires =
35-
Pillow==9.3.0
35+
Pillow==9.4.0
3636
pydantic==1.10.2
3737
PySide6-Essentials==6.4.1
3838
rawpy==0.17.3
39-
alembic==1.9.0
39+
alembic==1.9.1
4040
asyncpg==0.27.0
4141
Authlib==1.2.0
4242
databases[postgresql]==0.7.0
4343
fastapi==0.88.0
4444
fastapi-pagination==0.11.1
4545
fastapi-users[sqlalchemy]==10.2.1
46-
orjson==3.8.3
46+
orjson==3.8.4
4747
passlib==1.7.4
48-
pydantic==1.10.2
48+
pydantic==1.10.4
4949
PyJWT==2.6.0
5050
python-dateutil==2.8.2
51-
SQLAlchemy==1.4.45
51+
SQLAlchemy==1.4.46
5252
uvicorn[standard]==0.20.0
5353
uvloop==0.17.0
5454
# The usage of test_requires is discouraged, see `Dependency Management` docs

0 commit comments

Comments
 (0)