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       | geoalchemy2 | 0.16.0 | 0.17.0 |
| 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       | setuptools  | 75.7.0 | 75.8.0 |
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent a6a8949 commit 0a03f64
Show file tree
Hide file tree
Showing 10 changed files with 679 additions and 661 deletions.
8 changes: 4 additions & 4 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"
setuptools = "==75.8.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.15.1"
Expand All @@ -42,7 +42,7 @@ 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
452 changes: 226 additions & 226 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
2 changes: 1 addition & 1 deletion src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
46 changes: 23 additions & 23 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 0a03f64

Please sign in to comment.