Skip to content

Commit f0fa936

Browse files
chore(deps): update python dependencies (minor/patch)
1 parent 546972d commit f0fa936

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ dependencies = [
2020
"antares-launcher==1.4.9",
2121
"antares-study-version==1.0.20",
2222
"antares-timeseries-generation==0.1.9",
23-
"fastapi==0.135.1",
24-
"uvicorn[standard]~=0.42.0",
25-
"pydantic~=2.12.5",
23+
"fastapi==0.136.3",
24+
"uvicorn[standard]~=0.49.0",
25+
"pydantic~=2.13.4",
2626
"httpx~=0.28.1",
2727
"python-multipart~=0.0.26",
2828
"alembic~=1.18.4",
2929
"bcrypt~=5.0.0",
30-
"click~=8.3.0",
31-
"filelock~=3.25.2",
30+
"click~=8.4.1",
31+
"filelock~=3.29.3",
3232
"gunicorn~=23.0.0",
3333
"humanize~=4.15.0",
3434
"jsonref~=0.2",
@@ -38,19 +38,19 @@ dependencies = [
3838
"numexpr==2.14.1",
3939
"openpyxl~=3.1.5",
4040
"pandas~=2.3.3",
41-
"paramiko~=3.4.1",
41+
"paramiko~=3.5.1",
4242
"plyer~=2.1.0",
43-
"polars~=1.35.2",
43+
"polars~=1.41.2",
4444
"psycopg2-binary~=2.9.9",
4545
"pyarrow~=23.0.1",
4646
"py7zr~=0.22.0",
47-
"prometheus-client==0.24.1",
47+
"prometheus-client==0.25.0",
4848
"PyYAML~=6.0.3",
4949
# Note: celery[redis]~=5.5.x requires redis<6.0.0
5050
"celery[redis]~=5.6.2",
5151
"redis~=5.3.1",
5252
"SQLAlchemy~=2.0.41",
53-
"tables==3.10.2",
53+
"tables==3.11.1",
5454
"typing_extensions~=4.15.0",
5555
"xlsxwriter~=3.2.0",
5656
"ecs-logging~=2.3.0",
@@ -61,35 +61,35 @@ dev = [
6161
{include-group = "test"},
6262
"celery-types~=0.26.0",
6363
"ruff~=0.15.2",
64-
"mypy~=1.19.1",
65-
"pre-commit~=4.5.1",
66-
"pyinstaller==6.19.0",
67-
"pyinstaller-hooks-contrib==2026.3",
64+
"mypy~=1.20.2",
65+
"pre-commit~=4.6.0",
66+
"pyinstaller==6.21.0",
67+
"pyinstaller-hooks-contrib==2026.6",
6868
# Extra requirements installed by `mypy --install-types`.
6969
# IMPORTANT: Make sure the versions of these typing libraries match the versions
7070
# of the corresponding implementation libraries used in production (in `pyproject.toml`).
7171
"pandas-stubs~=2.3.3",
7272
"pyarrow-stubs~=20.0.0",
7373
"types-openpyxl~=3.1.5",
74-
"types-paramiko~=3.4.0",
74+
"types-paramiko~=3.5.0",
7575
"types-psycopg2~=2.9.9",
7676
"types-redis~=4.6.0",
77-
"types-requests~=2.32.4",
77+
"types-requests~=2.33.0",
7878
"types-PyYAML~=5.4.1",
7979
]
8080
test = [
8181
"checksumdir~=1.3.0",
8282
"pytest~=9.0.2",
8383
"pytest-rerunfailures~=16.1",
8484
"pytest-xdist~=3.8.0",
85-
"pytest-cov~=7.0.0",
85+
"pytest-cov~=7.1.0",
8686
"pytest-mock~=3.15.0",
8787
"jinja2~=3.1.3",
8888
"testcontainers~=4.14.2"
8989
]
9090

9191
[project.optional-dependencies]
92-
desktop = ["PyQt6~=6.10.2"]
92+
desktop = ["PyQt6~=6.11.0"]
9393
windows = [
9494
"win10toast; platform_system == 'Windows'",
9595
]

0 commit comments

Comments
 (0)