Skip to content

Commit a9de786

Browse files
chore(deps): update python dependencies (minor/patch)
1 parent da59253 commit a9de786

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ classifiers=[
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"Antares-Launcher==1.4.6",
20+
"Antares-Launcher==1.4.7",
2121
"antares-study-version==1.0.20",
2222
"antares-timeseries-generation==0.1.9",
23-
"fastapi==0.133.0",
23+
"fastapi==0.135.1",
2424
"uvicorn[standard]~=0.41.0",
2525
"pydantic~=2.12.5",
2626
"httpx~=0.28.1",
2727
"python-multipart~=0.0.20",
2828
"alembic~=1.18.4",
2929
"bcrypt~=5.0.0",
3030
"click~=8.3.0",
31-
"filelock~=3.24.3",
31+
"filelock~=3.25.2",
3232
"gunicorn~=23.0.0",
3333
"humanize~=4.15.0",
3434
"jsonref~=0.2",
@@ -38,9 +38,9 @@ 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.39.0",
4444
"psycopg2-binary~=2.9.9",
4545
"pyarrow~=21.0.0",
4646
"py7zr~=0.22.0",
@@ -51,27 +51,27 @@ dependencies = [
5151
"celery[redis]~=5.6.2",
5252
"redis~=5.3.1",
5353
"SQLAlchemy~=2.0.41",
54-
"tables==3.10.2",
54+
"tables==3.11.1",
5555
"typing_extensions~=4.15.0",
5656
"xlsxwriter~=3.2.0",
5757
]
5858

5959
[dependency-groups]
6060
dev = [
6161
{include-group = "test"},
62-
"celery-types~=0.24.0",
62+
"celery-types~=0.26.0",
6363
"ruff~=0.15.2",
6464
"mypy~=1.19.1",
6565
"pre-commit~=4.5.1",
6666
"pyinstaller==6.19.0",
67-
"pyinstaller-hooks-contrib==2026.0",
67+
"pyinstaller-hooks-contrib==2026.3",
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",
7777
"types-requests~=2.32.4",

0 commit comments

Comments
 (0)