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       | black        | 24.10.0 | 25.1.0  |
| pypi       | django-dsfr  | 2.0.0   | 2.1.0   |
| pypi       | fastapi      | 0.115.6 | 0.115.7 |
| pypi       | polyfactory  | 2.18.1  | 2.19.0  |
| pypi       | prefect      | 3.1.5   | 3.1.14  |
| pypi       | pydantic     | 2.10.5  | 2.10.6  |
| pypi       | pyinstrument | 5.0.0   | 5.0.1   |
| pypi       | ruff         | 0.9.2   | 0.9.3   |
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 2c60b69 commit 0cd063a
Show file tree
Hide file tree
Showing 8 changed files with 325 additions and 314 deletions.
12 changes: 6 additions & 6 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ alembic = "==1.14.1"
annotated-types = "==0.7.0"
cachetools = "==5.5.1"
email-validator = "==2.2.0"
fastapi = "==0.115.6"
fastapi = "==0.115.7"
geoalchemy2 = {extras = ["shapely"], version = "==0.17.0"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.28.1"}
pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.4"}
pyarrow = "==19.0.0"
pydantic = "==2.10.5"
pydantic = "==2.10.6"
pydantic-extra-types = {extras = ["all"], version = "==2.10.2"}
pydantic-settings = "==2.7.1"
pyinstrument = "==5.0.0"
pyinstrument = "==5.0.1"
pyjwt = "==2.10.1"
python-multipart = "==0.0.20"
questionary = "==2.1.0"
Expand All @@ -32,18 +32,18 @@ typer = "==0.15.1"
uvicorn = {extras = ["standard"] }

[dev-packages]
black = "==24.10.0"
black = "==25.1.0"
csvkit = "==2.0.1"
honcho = "==2.0.0"
locust = "==2.32.6"
mypy = "==1.14.1"
pandas-stubs = "==2.2.3.241126"
polyfactory = "==2.18.1"
polyfactory = "==2.19.0"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.35.0"
qualicharge = {path = ".", editable = true}
ruff = "==0.9.2"
ruff = "==0.9.3"
types-cachetools = "==5.5.0.20240820"
types-passlib = "==1.7.7.20241221"
types-python-jose = "==3.3.4.20240106"
Expand Down
248 changes: 124 additions & 124 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions src/client/poetry.lock

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

2 changes: 1 addition & 1 deletion src/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python = "^3.10"
typer = "^0.15.0"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
black = "^25.0.0"
mypy = "^1.10.0"
pytest = "^8.2.2"
pytest-cov = "^6.0.0"
Expand Down
6 changes: 3 additions & 3 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.5"
django-dsfr = "==2.0.0"
django-dsfr = "==2.1.0"
django-environ = "==0.12.0"
django-extensions = "==3.2.3"
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.2"}
Expand All @@ -16,7 +16,7 @@ sentry-sdk = {extras = ["django"], version = "==2.20.0"}
whitenoise = "==6.8.2"

[dev-packages]
black = "==24.10.0"
black = "==25.1.0"
django-debug-toolbar = "==5.0.1"
djlint = "==1.36.4"
factory-boy = "==3.3.1"
Expand All @@ -26,7 +26,7 @@ pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.35.0"
ruff = "==0.9.2"
ruff = "==0.9.3"

[requires]
python_version = "3.12"
Loading

0 comments on commit 0cd063a

Please sign in to comment.