Skip to content

Commit d034b78

Browse files
authored
Bump dependencies to the latest version (#868)
1 parent 6deda90 commit d034b78

File tree

3 files changed

+530
-503
lines changed

3 files changed

+530
-503
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = { text = "MIT" }
1212
requires-python = ">=3.10"
1313
dynamic = ['version']
1414
dependencies = [
15-
"alembic>=1.16.5",
15+
"alembic>=1.17.0",
1616
"asgiref>=3.10.0",
1717
"asyncmy>=0.2.10",
1818
"asyncpg>=0.30.0",
@@ -22,8 +22,8 @@ dependencies = [
2222
# When celery version < 6.0.0
2323
# https://github.com/celery/celery/issues/7874
2424
"celery-aio-pool>=0.1.0rc8",
25-
"cryptography>=46.0.2",
26-
"dulwich>=0.24.2",
25+
"cryptography>=46.0.3",
26+
"dulwich>=0.24.5",
2727
"fast-captcha>=0.3.2",
2828
"fastapi-limiter>=0.1.6",
2929
"fastapi-pagination>=0.14.3",
@@ -39,11 +39,11 @@ dependencies = [
3939
"psutil>=7.1.0",
4040
"psycopg[binary]>=3.2.10",
4141
"pwdlib>=0.2.1",
42-
"pydantic>=2.12.1",
42+
"pydantic>=2.12.3",
4343
"pydantic-settings>=2.11.0",
4444
"pymysql>=1.1.2",
4545
"python-jose>=3.5.0",
46-
"python-socketio>=5.14.1",
46+
"python-socketio>=5.14.2",
4747
"redis[hiredis]>=6.4.0",
4848
"rtoml>=0.12.0",
4949
"sqlalchemy-crud-plus>=1.12.1",

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ colorama==0.4.6 ; sys_platform == 'win32'
6969
# loguru
7070
# pytest
7171
# uvicorn
72-
cryptography==46.0.2
72+
cryptography==46.0.3
7373
# via fastapi-best-architecture
7474
distlib==0.4.0
7575
# via virtualenv
7676
dnspython==2.8.0
7777
# via email-validator
78-
dulwich==0.24.3
78+
dulwich==0.24.5
7979
# via fastapi-best-architecture
8080
ecdsa==0.19.1
8181
# via python-jose
@@ -115,15 +115,15 @@ h11==0.16.0
115115
# httpcore
116116
# uvicorn
117117
# wsproto
118-
hiredis==3.2.1
118+
hiredis==3.3.0
119119
# via redis
120120
httpcore==1.0.9
121121
# via httpx
122122
httptools==0.7.1
123123
# via uvicorn
124124
httpx==0.28.1
125125
# via fastapi
126-
humanize==4.13.0
126+
humanize==4.14.0
127127
# via flower
128128
identify==2.6.15
129129
# via pre-commit
@@ -164,7 +164,7 @@ packaging==25.0
164164
# via
165165
# kombu
166166
# pytest
167-
pillow==11.3.0
167+
pillow==12.0.0
168168
# via fast-captcha
169169
platformdirs==4.5.0
170170
# via virtualenv
@@ -189,14 +189,14 @@ pyasn1==0.6.1
189189
# rsa
190190
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
191191
# via cffi
192-
pydantic==2.12.1
192+
pydantic==2.12.3
193193
# via
194194
# fastapi
195195
# fastapi-best-architecture
196196
# fastapi-pagination
197197
# pydantic-settings
198198
# sqlalchemy-crud-plus
199-
pydantic-core==2.41.3
199+
pydantic-core==2.41.4
200200
# via pydantic
201201
pydantic-settings==2.11.0
202202
# via fastapi-best-architecture
@@ -221,7 +221,7 @@ python-jose==3.5.0
221221
# via fastapi-best-architecture
222222
python-multipart==0.0.20
223223
# via fastapi
224-
python-socketio==5.14.1
224+
python-socketio==5.14.2
225225
# via fastapi-best-architecture
226226
pytz==2025.2
227227
# via flower
@@ -325,7 +325,7 @@ uvicorn==0.37.0
325325
# via
326326
# fastapi
327327
# fastapi-cli
328-
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
328+
uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
329329
# via uvicorn
330330
vine==5.1.0
331331
# via
@@ -334,7 +334,7 @@ vine==5.1.0
334334
# kombu
335335
virtualenv==20.35.3
336336
# via pre-commit
337-
watchfiles==1.1.0
337+
watchfiles==1.1.1
338338
# via uvicorn
339339
wcwidth==0.2.14
340340
# via prompt-toolkit

0 commit comments

Comments
 (0)