Skip to content

Commit 2672263

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | pypi | django-dsfr | 1.4.3 | 1.4.5 | | pypi | prefect | 3.1.5 | 3.1.7 | | pypi | pydantic-settings | 2.6.1 | 2.7.0 | | pypi | python-multipart | 0.0.19 | 0.0.20 | | pypi | ruff | 0.8.2 | 0.8.3 |
1 parent 21bc253 commit 2672263

File tree

7 files changed

+143
-128
lines changed

7 files changed

+143
-128
lines changed

src/api/Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
1818
pyarrow = "==18.1.0"
1919
pydantic = "==2.10.3"
2020
pydantic-extra-types = {extras = ["all"], version = "==2.10.1"}
21-
pydantic-settings = "==2.6.1"
21+
pydantic-settings = "==2.7.0"
2222
pyinstrument = "==5.0.0"
2323
pyjwt = "==2.10.1"
24-
python-multipart = "==0.0.19"
24+
python-multipart = "==0.0.20"
2525
questionary = "==2.0.1"
2626
sentry-sdk = {extras = ["fastapi"], version = "==2.19.2"}
2727
setuptools = "==75.6.0"
@@ -42,7 +42,7 @@ pytest = "==8.3.4"
4242
pytest-cov = "==6.0.0"
4343
pytest-httpx = "==0.35.0"
4444
qualicharge = {path = ".", editable = true}
45-
ruff = "==0.8.2"
45+
ruff = "==0.8.3"
4646
types-cachetools = "==5.5.0.20240820"
4747
types-passlib = "==1.7.7.20240819"
4848
types-python-jose = "==3.3.4.20240106"

src/api/Pipfile.lock

Lines changed: 26 additions & 26 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: 22 additions & 22 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.4"
8-
django-dsfr = "==1.4.3"
8+
django-dsfr = "==1.4.5"
99
django-environ = "==0.11.2"
1010
django-extensions = "==3.2.3"
1111
gunicorn = "==23.0.0"
@@ -25,7 +25,7 @@ pytest = "==8.3.4"
2525
pytest-cov = "==6.0.0"
2626
pytest-django = "==4.9.0"
2727
pytest-httpx = "==0.35.0"
28-
ruff = "==0.8.2"
28+
ruff = "==0.8.3"
2929

3030
[requires]
3131
python_version = "3.12"

src/dashboard/Pipfile.lock

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

src/prefect/Pipfile

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

66
[packages]
7-
prefect = "==3.1.5"
7+
prefect = "==3.1.7"
88
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
99
geopandas = "==1.0.1"
1010
pandas = "==2.2.3"
@@ -19,7 +19,7 @@ mypy = "==1.13.0"
1919
pandas-stubs = "==2.2.3.241126"
2020
pytest = "==8.3.4"
2121
pytest-cov = "==6.0.0"
22-
ruff = "==0.8.2"
22+
ruff = "==0.8.3"
2323
setuptools = "==75.6.0"
2424
types-python-dateutil = "*"
2525

0 commit comments

Comments
 (0)