File tree Expand file tree Collapse file tree 2 files changed +30
-26
lines changed Expand file tree Collapse file tree 2 files changed +30
-26
lines changed Original file line number Diff line number Diff line change 1
- alembic == 1.11.1
1
+ alembic == 1.11.2
2
2
asyncpg == 0.28.0
3
3
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
10
9
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
13
12
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
18
17
uvloop == 0.17.0
19
18
rawpy == 0.18.1
20
19
Pillow == 10.0.0
21
- pydantic == 1.10.9
20
+ pydantic == 1.10.12
22
21
tzdata == 2023.3
Original file line number Diff line number Diff line change @@ -52,24 +52,29 @@ exclude =
52
52
# PDF = ReportLab; RXP
53
53
# Add here test requirements (semicolon/line-separated)
54
54
desktop =
55
- PySide6-Essentials ==6.4 .2
55
+ PySide6-Essentials ==6.5 .2
56
56
web =
57
- alembic ==1.11.1
57
+ alembic ==1.11.2
58
58
asyncpg ==0.28.0
59
59
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
66
65
passlib[argon2]==1.7.4
67
- PyJWT ==2.7 .0
66
+ PyJWT ==2.8 .0
68
67
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
72
72
uvloop ==0.17.0
73
+ rawpy ==0.18.1
74
+ Pillow ==10.0.0
75
+ pydantic ==1.10.12
76
+ tzdata ==2023.3
77
+
73
78
testing =
74
79
pytest
75
80
pytest-cov
You can’t perform that action at this time.
0 commit comments