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.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  |
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent a73c0d9 commit 9746533
Show file tree
Hide file tree
Showing 9 changed files with 495 additions and 495 deletions.
12 changes: 6 additions & 6 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name = "pypi"
alembic = "==1.14.0"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.115.4"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
fastapi = "==0.115.5"
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.27.2"}
pandas = "==2.2.3"
Expand All @@ -18,11 +18,11 @@ pyarrow = "==18.0.0"
pydantic-extra-types = {extras = ["all"], version = "==2.10.0"}
pydantic-settings = "==2.6.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.9.0"
pyjwt = "==2.10.0"
python-multipart = "==0.0.17"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.18.0"}
setuptools = "==75.4.0"
setuptools = "==75.5.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.13.0"
Expand All @@ -34,11 +34,11 @@ csvkit = "==2.0.1"
honcho = "==2.0.0"
mypy = "==1.13.0"
pandas-stubs = "==2.2.3.241009"
polyfactory = "==2.17.0"
polyfactory = "==2.18.0"
pytest = "==8.3.3"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.33.0"
ruff = "==0.7.3"
ruff = "==0.7.4"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

Expand Down
368 changes: 184 additions & 184 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

38 changes: 19 additions & 19 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.3"
django-dsfr = "==1.4.1"
django-dsfr = "==1.4.3"
django-environ = "==0.11.2"
gunicorn = "==23.0.0"
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
Expand All @@ -20,7 +20,7 @@ pytest = "==8.3.3"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.33.0"
ruff = "==0.7.2"
ruff = "==0.7.4"
djlint = "==1.36.1"

[requires]
Expand Down
Loading

0 comments on commit 9746533

Please sign in to comment.