Skip to content

Commit 35f680b

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.8 | | pypi | pydantic | 2.10.3 | 2.10.4 | | 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.4 |
1 parent 33325cf commit 35f680b

File tree

7 files changed

+450
-437
lines changed

7 files changed

+450
-437
lines changed

src/api/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ pandas = "==2.2.3"
1616
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
1717
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
1818
pyarrow = "==18.1.0"
19-
pydantic = "==2.10.3"
19+
pydantic = "==2.10.4"
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.4"
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: 130 additions & 130 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: 127 additions & 127 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
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.1"}
@@ -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.4"
2929

3030
[requires]
3131
python_version = "3.12"

src/dashboard/Pipfile.lock

Lines changed: 23 additions & 23 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.8"
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.4"
2323
setuptools = "==75.6.0"
2424
types-python-dateutil = "*"
2525

0 commit comments

Comments
 (0)