File tree Expand file tree Collapse file tree 2 files changed +96
-79
lines changed
Expand file tree Collapse file tree 2 files changed +96
-79
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ dependencies = [
99 " fastapi>=0.128.0,<1" ,
1010 " uvicorn[standard]>=0.40.0,<1" ,
1111 " colorlog>=6.10.1,<7" ,
12- " websockets>=15.0.1,<16 " ,
12+ " websockets>=16.0,<17 " ,
1313 " pydantic>=2.12.5,<3" ,
1414 " toml>=0.10.2,<0.11" ,
1515 " jinja2>=3.1.6,<4" ,
16- " sentry-sdk[fastapi]>=2.48 .0,<3" ,
16+ " sentry-sdk[fastapi]>=2.51 .0,<3" ,
1717 " pillow>=12.1.0,<13" ,
1818 " httpx>=0.28.1,<0.29" ,
1919 " redis>=7.1.0,<8" ,
2020 " asyncio>=4.0.0,<5" ,
2121 " matrix-nio>=0.25.2,<0.26" ,
22- " markdown>=3.10" ,
22+ " markdown>=3.10.1 " ,
2323]
2424
2525[dependency-groups ]
@@ -30,7 +30,7 @@ dev = [
3030 " pytest-cov>=7.0.0,<8" ,
3131 " pytest-timeout>=2.4.0,<3" ,
3232 " codecov>=2.1.13,<3" ,
33- " black>=25.12 .0,<26 " ,
33+ " black>=26.1 .0,<27 " ,
3434 " isort>=7.0.0,<8" ,
3535 " flake8>=7.3.0,<8" ,
3636]
You can’t perform that action at this time.
0 commit comments