Skip to content

Commit 8f9fc28

Browse files
authored
bump deps (#5110)
1 parent a39d64f commit 8f9fc28

File tree

2 files changed

+379
-364
lines changed

2 files changed

+379
-364
lines changed

pyproject.toml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ readme = "README.md"
2020
keywords = ["web", "framework"]
2121
requires-python = ">=3.10,<4.0"
2222
dependencies = [
23-
"alembic >=1.11.1,<2.0",
24-
"distro >=1.8.0,<2.0; platform_system == 'Linux'",
25-
"fastapi >=0.96.0,!=0.111.0,!=0.111.1",
26-
"granian[reload] >=2.2.0",
23+
"alembic >=1.15.2,<2.0",
24+
"distro >=1.9.0,<2.0; platform_system == 'Linux'",
25+
"fastapi >=0.115.0",
26+
"granian[reload] >=2.2.3",
2727
"gunicorn >=23.0.0,<24.0.0",
28-
"httpx >=0.25.1,<1.0",
28+
"httpx >=0.28.0,<1.0",
2929
"jinja2 >=3.1.2,<4.0",
30-
"packaging >=23.1,<25.0",
31-
"platformdirs >=3.10.0,<5.0",
32-
"psutil >=5.9.4,<8.0",
30+
"packaging >=24.2,<25.0",
31+
"platformdirs >=4.3.7,<5.0",
32+
"psutil >=7.0.0,<8.0",
3333
"pydantic >=1.10.21,<3.0",
34-
"python-socketio >=5.7.0,<6.0",
34+
"python-socketio >=5.12.0,<6.0",
3535
"python-multipart >=0.0.20,<1.0",
36-
"redis >=4.3.5,<6.0",
36+
"redis >=5.2.1,<6.0",
3737
"reflex-hosting-cli >=0.1.38",
3838
"rich >=13.0.0,<14.0",
39-
"sqlmodel >=0.0.14,<0.1",
40-
"typer >=0.15.1,<1.0",
41-
"typing_extensions >=4.6.0",
42-
"uvicorn >=0.20.0",
39+
"sqlmodel >=0.0.24,<0.1",
40+
"typer >=0.15.2,<1.0",
41+
"typing_extensions >=4.13.0",
42+
"uvicorn >=0.34.0",
4343
"wrapt >=1.17.0,<2.0",
4444
]
4545
classifiers = [
@@ -139,30 +139,30 @@ ignore-words-list = "te, TreeE"
139139

140140
[dependency-groups]
141141
dev = [
142-
"asynctest >=0.13.0,<1.0",
143-
"darglint >=1.8.1,<2.0",
144-
"dill >=0.3.8",
145-
"hatchling >=1.27.0",
146-
"libsass >=0.23.0,<1.0",
147-
"numpy >=2.2.3,<3.0",
148-
"pandas >=2.1.1,<3.0",
149-
"pillow >=10.0.0,<12.0",
150-
"playwright >=1.46.0",
151-
"plotly >=5.13.0,<7.0",
152-
"pre-commit >=4.1.0,<5.0",
153-
"psycopg[binary] >=3.2.6,<4.0",
154-
"pyright >=1.1.398,<1.2",
155-
"pytest >=7.1.2,<9.0",
156-
"pytest-asyncio >=0.24.0",
157-
"pytest-benchmark >=4.0.0,<6.0",
158-
"pytest-codspeed >=3.1.2,<4.0.0",
159-
"pytest-cov >=4.0.0,<7.0",
160-
"pytest-mock >=3.10.0,<4.0",
161-
"pytest-playwright >=0.5.1",
162-
"pytest-retry >=1.7.0,<2.0",
163-
"pytest-split >=0.10.0,<1.0",
164-
"python-dotenv >=1,<2",
165-
"ruff >=0.11.2",
166-
"selenium >=4.11.0,<5.0",
167-
"starlette-admin >=0.11.0,<1.0",
142+
"asynctest >=0.13",
143+
"darglint >=1.8",
144+
"dill >=0.3",
145+
"hatchling >=1.27",
146+
"libsass >=0.23",
147+
"numpy >=2.2",
148+
"pandas >=2.2",
149+
"pillow >=11",
150+
"playwright >=1.51",
151+
"plotly >=6.0",
152+
"pre-commit >=4.2",
153+
"psycopg[binary] >=3.2",
154+
"pyright >=1.1.399",
155+
"pytest >=8.3",
156+
"pytest-asyncio >=0.26",
157+
"pytest-benchmark >=5.1",
158+
"pytest-codspeed >=3.2",
159+
"pytest-cov >=6.1",
160+
"pytest-mock >=3.14",
161+
"pytest-playwright >=0.7",
162+
"pytest-retry >=1.7",
163+
"pytest-split >=0.10",
164+
"python-dotenv >=1",
165+
"ruff >=0.11",
166+
"selenium >=4.31",
167+
"starlette-admin >=0.14",
168168
]

0 commit comments

Comments
 (0)