Skip to content

Commit 37f9716

Browse files
authored
Bump dependencies to the latest version (#890)
* Bump dependencies to the latest version * Bump fastapi to the latest version * Fix lint
1 parent 4540cd9 commit 37f9716

File tree

3 files changed

+192
-170
lines changed

3 files changed

+192
-170
lines changed

pyproject.toml

Lines changed: 9 additions & 9 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.17.0",
15+
"alembic>=1.17.1",
1616
"asgiref>=3.10.0",
1717
"asyncmy>=0.2.10",
1818
"asyncpg>=0.30.0",
@@ -23,11 +23,11 @@ dependencies = [
2323
# https://github.com/celery/celery/issues/7874
2424
"celery-aio-pool>=0.1.0rc8",
2525
"cryptography>=46.0.3",
26-
"dulwich>=0.24.6",
26+
"dulwich>=0.24.7",
2727
"fast-captcha>=0.3.2",
2828
"fastapi-limiter>=0.1.6",
29-
"fastapi-pagination>=0.14.3",
30-
"fastapi[standard-no-fastapi-cloud-cli]>=0.119.1",
29+
"fastapi-pagination>=0.15.0",
30+
"fastapi[standard-no-fastapi-cloud-cli]>=0.120.2",
3131
"flower>=2.0.1",
3232
"gevent>=25.9.1",
3333
"granian>=2.5.5",
@@ -36,17 +36,17 @@ dependencies = [
3636
"jinja2>=3.1.6",
3737
"loguru>=0.7.3",
3838
"msgspec>=0.19.0",
39-
"psutil>=7.1.1",
40-
"psycopg[binary]>=3.2.10",
39+
"psutil>=7.1.2",
40+
"psycopg[binary]>=3.2.12",
4141
"pwdlib>=0.2.1",
4242
"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.2",
47-
"redis[hiredis]>=6.4.0",
46+
"python-socketio>=5.14.3",
47+
"redis[hiredis]>=7.0.1",
4848
"rtoml>=0.13.0",
49-
"sqlalchemy-crud-plus>=1.12.1",
49+
"sqlalchemy-crud-plus>=1.13.0",
5050
"sqlalchemy[asyncio]>=2.0.44",
5151
"sqlparse>=0.5.3",
5252
"starlette-context>=0.4.0",

requirements.txt

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export -o requirements.txt --no-hashes
33
-e .
4-
alembic==1.17.0
4+
alembic==1.17.1
55
# via fastapi-best-architecture
66
amqp==5.3.1
77
# via kombu
8+
annotated-doc==0.0.3
9+
# via fastapi
810
annotated-types==0.7.0
911
# via pydantic
1012
anyio==4.11.0
@@ -75,7 +77,7 @@ distlib==0.4.0
7577
# via virtualenv
7678
dnspython==2.8.0
7779
# via email-validator
78-
dulwich==0.24.6
80+
dulwich==0.24.7
7981
# via fastapi-best-architecture
8082
ecdsa==0.19.1
8183
# via python-jose
@@ -87,16 +89,16 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
8789
# pytest
8890
fast-captcha==0.3.2
8991
# via fastapi-best-architecture
90-
fastapi==0.119.1
92+
fastapi==0.120.2
9193
# via
9294
# fastapi-best-architecture
9395
# fastapi-limiter
9496
# fastapi-pagination
95-
fastapi-cli==0.0.13
97+
fastapi-cli==0.0.14
9698
# via fastapi
9799
fastapi-limiter==0.1.6
98100
# via fastapi-best-architecture
99-
fastapi-pagination==0.14.3
101+
fastapi-pagination==0.15.0
100102
# via fastapi-best-architecture
101103
filelock==3.20.0
102104
# via virtualenv
@@ -175,13 +177,13 @@ prometheus-client==0.23.1
175177
# via flower
176178
prompt-toolkit==3.0.52
177179
# via click-repl
178-
psutil==7.1.1
180+
psutil==7.1.2
179181
# via fastapi-best-architecture
180-
psycopg==3.2.11
182+
psycopg==3.2.12
181183
# via fastapi-best-architecture
182-
psycopg-binary==3.2.11 ; implementation_name != 'pypy'
184+
psycopg-binary==3.2.12 ; implementation_name != 'pypy'
183185
# via psycopg
184-
pwdlib==0.2.1
186+
pwdlib==0.3.0
185187
# via fastapi-best-architecture
186188
pyasn1==0.6.1
187189
# via
@@ -211,7 +213,7 @@ pytest==8.4.2
211213
pytest-sugar==1.1.1
212214
python-dateutil==2.9.0.post0
213215
# via celery
214-
python-dotenv==1.1.1
216+
python-dotenv==1.2.1
215217
# via
216218
# pydantic-settings
217219
# uvicorn
@@ -221,15 +223,15 @@ python-jose==3.5.0
221223
# via fastapi-best-architecture
222224
python-multipart==0.0.20
223225
# via fastapi
224-
python-socketio==5.14.2
226+
python-socketio==5.14.3
225227
# via fastapi-best-architecture
226228
pytz==2025.2
227229
# via flower
228230
pyyaml==6.0.3
229231
# via
230232
# pre-commit
231233
# uvicorn
232-
redis==6.4.0
234+
redis==7.0.1
233235
# via
234236
# fastapi-best-architecture
235237
# fastapi-limiter
@@ -261,27 +263,27 @@ sqlalchemy==2.0.44
261263
# alembic
262264
# fastapi-best-architecture
263265
# sqlalchemy-crud-plus
264-
sqlalchemy-crud-plus==1.12.1
266+
sqlalchemy-crud-plus==1.13.0
265267
# via fastapi-best-architecture
266268
sqlparse==0.5.3
267269
# via fastapi-best-architecture
268-
starlette==0.48.0
270+
starlette==0.49.1
269271
# via
270272
# fastapi
271273
# starlette-context
272274
starlette-context==0.4.0
273275
# via fastapi-best-architecture
274-
termcolor==3.1.0
276+
termcolor==3.2.0
275277
# via pytest-sugar
276278
tomli==2.3.0 ; python_full_version < '3.11'
277279
# via
278280
# alembic
279281
# pytest
280282
tornado==6.5.2
281283
# via flower
282-
type-lens==0.2.5
284+
type-lens==0.2.6
283285
# via cappa
284-
typer==0.19.2
286+
typer==0.20.0
285287
# via fastapi-cli
286288
typing-extensions==4.15.0
287289
# via
@@ -332,7 +334,7 @@ vine==5.1.0
332334
# amqp
333335
# celery
334336
# kombu
335-
virtualenv==20.35.3
337+
virtualenv==20.35.4
336338
# via pre-commit
337339
watchfiles==1.1.1
338340
# via uvicorn

0 commit comments

Comments
 (0)