Skip to content

Commit c8ebc43

Browse files
committed
Update dependencies in pyproject toml
1 parent b827987 commit c8ebc43

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@ requires-python = ">=3.10"
1313
dynamic = ['version']
1414
dependencies = [
1515
"aiofiles>=24.1.0",
16-
"alembic>=1.14.1",
16+
"alembic>=1.16.3",
1717
"asgi-correlation-id>=4.3.3",
18-
"asgiref>=3.8.0",
18+
"asgiref>=3.9.0",
1919
"asyncmy>=0.2.10",
2020
"asyncpg>=0.30.0",
2121
"bcrypt>=4.2.1",
2222
"cappa>=0.28.0",
23-
"celery>=5.3.6",
23+
"celery>=5.5.3",
2424
# When celery version < 6.0.0
2525
# https://github.com/celery/celery/issues/7874
2626
"celery-aio-pool>=0.1.0rc8",
27-
"cryptography>=44.0.0",
28-
"dulwich>=0.22.8",
27+
"cryptography>=45.0.5",
28+
"dulwich>=0.23.2",
2929
"fast-captcha>=0.3.2",
3030
"fastapi-limiter>=0.1.6",
3131
"fastapi-pagination>=0.13.0",
32-
"fastapi[standard-no-fastapi-cloud-cli]>=0.115.11",
32+
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0",
3333
"flower>=2.0.0",
34-
"gevent>=24.11.1",
34+
"gevent>=25.5.1",
3535
"ip2loc>=1.0.0",
3636
"itsdangerous>=2.2.0",
3737
"jinja2>=3.1.4",
3838
"loguru>=0.7.3",
3939
"msgspec>=0.19.0",
4040
"path>=17.0.0",
41-
"psutil>=6.0.0",
41+
"psutil>=7.0.0",
4242
"pwdlib>=0.2.1",
4343
"pydantic>=2.11.0",
44-
"pydantic-settings>=2.0.0",
44+
"pydantic-settings>=2.10.0",
4545
"pymysql>=1.1.1",
46-
"python-jose>=3.3.0",
46+
"python-jose>=3.5.0",
4747
"python-socketio>=5.12.0",
48-
"redis[hiredis]>=5.2.0",
48+
"redis[hiredis]>=6.2.0",
4949
"rtoml>=0.12.0",
5050
"sqlalchemy-crud-plus>=1.10.0",
5151
"sqlalchemy[asyncio]>=2.0.40",

0 commit comments

Comments
 (0)