File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,23 +32,23 @@ package_dir =
32
32
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
- Pillow ==9.3 .0
35
+ Pillow ==9.4 .0
36
36
pydantic ==1.10.2
37
37
PySide6-Essentials ==6.4.1
38
38
rawpy ==0.17.3
39
- alembic ==1.9.0
39
+ alembic ==1.9.1
40
40
asyncpg ==0.27.0
41
41
Authlib ==1.2.0
42
42
databases[postgresql]==0.7.0
43
43
fastapi ==0.88.0
44
44
fastapi-pagination ==0.11.1
45
45
fastapi-users[sqlalchemy]==10.2.1
46
- orjson ==3.8.3
46
+ orjson ==3.8.4
47
47
passlib ==1.7.4
48
- pydantic ==1.10.2
48
+ pydantic ==1.10.4
49
49
PyJWT ==2.6.0
50
50
python-dateutil ==2.8.2
51
- SQLAlchemy ==1.4.45
51
+ SQLAlchemy ==1.4.46
52
52
uvicorn[standard]==0.20.0
53
53
uvloop ==0.17.0
54
54
# The usage of test_requires is discouraged, see `Dependency Management` docs
You can’t perform that action at this time.
0 commit comments