Skip to content

Commit 52cfe72

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | pypi | django-dsfr | 1.4.1 | 1.4.3 | | pypi | fastapi | 0.115.4 | 0.115.5 | | pypi | geoalchemy2 | 0.15.2 | 0.16.0 | | pypi | polyfactory | 2.17.0 | 2.18.0 | | pypi | prefect | 3.1.1 | 3.1.2 | | pypi | pyjwt | 2.9.0 | 2.10.0 | | pypi | ruff | 0.7.3 | 0.7.4 | | pypi | ruff | 0.7.2 | 0.7.4 | | pypi | setuptools | 75.4.0 | 75.5.0 |
1 parent a73c0d9 commit 52cfe72

File tree

9 files changed

+495
-495
lines changed

9 files changed

+495
-495
lines changed

src/api/Pipfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name = "pypi"
77
alembic = "==1.14.0"
88
annotated-types = "==0.7.0"
99
email-validator = "==2.2.0"
10-
fastapi = "==0.115.4"
11-
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
10+
fastapi = "==0.115.5"
11+
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
1212
geopandas = "==1.0.1"
1313
httpx = {extras = ["cli"], version = "==0.27.2"}
1414
pandas = "==2.2.3"
@@ -18,11 +18,11 @@ pyarrow = "==18.0.0"
1818
pydantic-extra-types = {extras = ["all"], version = "==2.10.0"}
1919
pydantic-settings = "==2.6.1"
2020
pyinstrument = "==5.0.0"
21-
pyjwt = "==2.9.0"
21+
pyjwt = "==2.10.0"
2222
python-multipart = "==0.0.17"
2323
questionary = "==2.0.1"
2424
sentry-sdk = {extras = ["fastapi"], version = "==2.18.0"}
25-
setuptools = "==75.4.0"
25+
setuptools = "==75.5.0"
2626
sqlalchemy-timescaledb = "==0.4.1"
2727
sqlmodel = "==0.0.22"
2828
typer = "==0.13.0"
@@ -34,11 +34,11 @@ csvkit = "==2.0.1"
3434
honcho = "==2.0.0"
3535
mypy = "==1.13.0"
3636
pandas-stubs = "==2.2.3.241009"
37-
polyfactory = "==2.17.0"
37+
polyfactory = "==2.18.0"
3838
pytest = "==8.3.3"
3939
pytest-cov = "==6.0.0"
4040
pytest-httpx = "==0.33.0"
41-
ruff = "==0.7.3"
41+
ruff = "==0.7.4"
4242
types-passlib = "==1.7.7.20240819"
4343
types-python-jose = "==3.3.4.20240106"
4444

src/api/Pipfile.lock

Lines changed: 184 additions & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dashboard/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
Django = "==5.1.3"
8-
django-dsfr = "==1.4.1"
8+
django-dsfr = "==1.4.3"
99
django-environ = "==0.11.2"
1010
gunicorn = "==23.0.0"
1111
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
@@ -20,7 +20,7 @@ pytest = "==8.3.3"
2020
pytest-cov = "==6.0.0"
2121
pytest-django = "==4.9.0"
2222
pytest-httpx = "==0.33.0"
23-
ruff = "==0.7.2"
23+
ruff = "==0.7.4"
2424
djlint = "==1.36.1"
2525

2626
[requires]

0 commit comments

Comments
 (0)