Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package           | from  | to    |
| ---------- | ----------------- | ----- | ----- |
| pypi       | django-dsfr       | 1.4.3 | 1.4.4 |
| pypi       | prefect           | 3.1.5 | 3.1.6 |
| pypi       | pydantic-settings | 2.6.1 | 2.7.0 |
| pypi       | ruff              | 0.8.2 | 0.8.3 |
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent a2e5ab0 commit 672b970
Show file tree
Hide file tree
Showing 7 changed files with 209 additions and 205 deletions.
4 changes: 2 additions & 2 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==18.1.0"
pydantic = "==2.10.3"
pydantic-extra-types = {extras = ["all"], version = "==2.10.1"}
pydantic-settings = "==2.6.1"
pydantic-settings = "==2.7.0"
pyinstrument = "==5.0.0"
pyjwt = "==2.10.1"
python-multipart = "==0.0.19"
Expand All @@ -41,7 +41,7 @@ pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.35.0"
qualicharge = {path = ".", editable = true}
ruff = "==0.8.2"
ruff = "==0.8.3"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"
types-requests = "==2.32.0.20241016"
Expand Down
216 changes: 108 additions & 108 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions src/client/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
Django = "==5.1.4"
django-dsfr = "==1.4.3"
django-dsfr = "==1.4.4"
django-environ = "==0.11.2"
django-extensions = "==3.2.3"
gunicorn = "==23.0.0"
Expand All @@ -24,7 +24,7 @@ pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.35.0"
ruff = "==0.8.2"
ruff = "==0.8.3"

[requires]
python_version = "3.12"
63 changes: 32 additions & 31 deletions src/dashboard/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/prefect/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
prefect = "==3.1.5"
prefect = "==3.1.6"
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
geopandas = "==1.0.1"
pandas = "==2.2.3"
Expand All @@ -19,7 +19,7 @@ mypy = "==1.13.0"
pandas-stubs = "==2.2.3.241126"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
ruff = "==0.8.2"
ruff = "==0.8.3"
setuptools = "==75.6.0"
types-python-dateutil = "*"

Expand Down
Loading

0 comments on commit 672b970

Please sign in to comment.