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-debug-toolbar | 4.4.6  | 5.0.1  |
| pypi       | django-environ       | 0.11.2 | 0.12.0 |
| pypi       | geoalchemy2          | 0.16.0 | 0.17.0 |
| pypi       | locust               | 2.32.5 | 2.32.6 |
| pypi       | prefect              | 3.1.5  | 3.1.12 |
| pypi       | pydantic             | 2.10.4 | 2.10.5 |
| pypi       | ruff                 | 0.8.6  | 0.9.1  |
| pypi       | sentry-sdk           | 2.19.2 | 2.20.0 |
| pypi       | setuptools           | 75.7.0 | 75.8.0 |
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 7cae181 commit fdb42a0
Show file tree
Hide file tree
Showing 10 changed files with 711 additions and 686 deletions.
12 changes: 6 additions & 6 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ annotated-types = "==0.7.0"
cachetools = "==5.5.0"
email-validator = "==2.2.0"
fastapi = "==0.115.6"
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
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.3"}
pyarrow = "==18.1.0"
pydantic = "==2.10.4"
pydantic = "==2.10.5"
pydantic-extra-types = {extras = ["all"], version = "==2.10.1"}
pydantic-settings = "==2.7.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.10.1"
python-multipart = "==0.0.20"
questionary = "==2.1.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.19.2"}
setuptools = "==75.7.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.20.0"}
setuptools = "==75.8.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.15.1"
Expand All @@ -34,15 +34,15 @@ uvicorn = {extras = ["standard"] }
black = "==24.10.0"
csvkit = "==2.0.1"
honcho = "==2.0.0"
locust = "==2.32.5"
locust = "==2.32.6"
mypy = "==1.14.1"
pandas-stubs = "==2.2.3.241126"
polyfactory = "==2.18.1"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.35.0"
qualicharge = {path = ".", editable = true}
ruff = "==0.8.6"
ruff = "==0.9.1"
types-cachetools = "==5.5.0.20240820"
types-passlib = "==1.7.7.20241221"
types-python-jose = "==3.3.4.20240106"
Expand Down
464 changes: 232 additions & 232 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

46 changes: 23 additions & 23 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 @@ -23,7 +23,7 @@ mypy = "^1.10.0"
pytest = "^8.2.2"
pytest-cov = "^6.0.0"
pytest-httpx = "^0.35.0"
ruff = "^0.8.0"
ruff = "^0.9.0"

[tool.poetry.scripts]
qcc = "qcc.__main__:app"
Expand Down
8 changes: 4 additions & 4 deletions src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ name = "pypi"
[packages]
Django = "==5.1.4"
django-dsfr = "==2.0.0"
django-environ = "==0.11.2"
django-environ = "==0.12.0"
django-extensions = "==3.2.3"
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.1"}
gunicorn = "==23.0.0"
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
sentry-sdk = {extras = ["django"], version = "==2.19.2"}
sentry-sdk = {extras = ["django"], version = "==2.20.0"}
whitenoise = "==6.8.2"

[dev-packages]
black = "==24.10.0"
django-debug-toolbar = "==4.4.6"
django-debug-toolbar = "==5.0.1"
djlint = "==1.36.4"
factory-boy = "==3.3.1"
honcho = "==2.0.0"
Expand All @@ -25,7 +25,7 @@ pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.35.0"
ruff = "==0.8.6"
ruff = "==0.9.1"

[requires]
python_version = "3.12"
68 changes: 34 additions & 34 deletions src/dashboard/Pipfile.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/opendata/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ psycopg = {extras = ["binary", "pool"], version = "==3.2.3"}

[dev-packages]
honcho = "==2.0.0"
setuptools = "==75.7.0"
setuptools = "==75.8.0"

[requires]
python_version = "3.12"
Loading

0 comments on commit fdb42a0

Please sign in to comment.