Skip to content

Commit 0dfbf55

Browse files
committed
Dependency bump
1 parent 1cded67 commit 0dfbf55

File tree

2 files changed

+30
-26
lines changed

2 files changed

+30
-26
lines changed

requirements.txt

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
alembic==1.11.1
1+
alembic==1.11.2
22
asyncpg==0.28.0
33
Authlib==1.2.1
4-
databases[postgresql]==0.7.0
5-
fastapi==0.100.0
6-
fastapi-pagination==0.12.6
7-
fastapi-users[sqlalchemy]==12.1.0
8-
numpy==1.25.1
9-
orjson==3.9.2
4+
fastapi==0.101.0
5+
fastapi-pagination==0.12.7
6+
fastapi-users[sqlalchemy]==12.1.1
7+
numpy==1.25.2
8+
orjson==3.9.4
109
passlib[argon2]==1.7.4
11-
PyJWT==2.7.0
12-
PySide6-Essentials==6.5.1.1
10+
PyJWT==2.8.0
11+
PySide6-Essentials==6.5.2
1312
python-dateutil==2.8.2
14-
opencv-python==4.8.0.74
15-
python3-commons==0.0.25
16-
SQLAlchemy==1.4.46
17-
uvicorn[standard]==0.23.1
13+
opencv-python==4.8.0.76
14+
python3-commons==0.2.0
15+
SQLAlchemy==2.0.19
16+
uvicorn[standard]==0.23.2
1817
uvloop==0.17.0
1918
rawpy==0.18.1
2019
Pillow==10.0.0
21-
pydantic==1.10.9
20+
pydantic==1.10.12
2221
tzdata==2023.3

setup.cfg

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,29 @@ exclude =
5252
# PDF = ReportLab; RXP
5353
# Add here test requirements (semicolon/line-separated)
5454
desktop =
55-
PySide6-Essentials==6.4.2
55+
PySide6-Essentials==6.5.2
5656
web =
57-
alembic==1.11.1
57+
alembic==1.11.2
5858
asyncpg==0.28.0
5959
Authlib==1.2.1
60-
databases[postgresql]==0.7.0
61-
fastapi==0.100.0
62-
fastapi-pagination==0.12.6
63-
fastapi-users[sqlalchemy]==12.1.0
64-
numpy==1.25.1
65-
orjson==3.9.2
60+
fastapi==0.101.0
61+
fastapi-pagination==0.12.7
62+
fastapi-users[sqlalchemy]==12.1.1
63+
numpy==1.25.2
64+
orjson==3.9.4
6665
passlib[argon2]==1.7.4
67-
PyJWT==2.7.0
66+
PyJWT==2.8.0
6867
python-dateutil==2.8.2
69-
python3-commons==0.0.25
70-
SQLAlchemy==1.4.46
71-
uvicorn[standard]==0.23.1
68+
opencv-python==4.8.0.76
69+
python3-commons==0.2.0
70+
SQLAlchemy==2.0.19
71+
uvicorn[standard]==0.23.2
7272
uvloop==0.17.0
73+
rawpy==0.18.1
74+
Pillow==10.0.0
75+
pydantic==1.10.12
76+
tzdata==2023.3
77+
7378
testing =
7479
pytest
7580
pytest-cov

0 commit comments

Comments
 (0)