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       | polyfactory | 2.17.0 | 2.18.0 |
| pypi       | prefect     | 3.1.2  | 3.1.4  |
| pypi       | pydantic    | 2.9.2  | 2.10.1 |
| pypi       | ruff        | 0.7.4  | 0.8.0  |
| pypi       | sentry-sdk  | 2.18.0 | 2.19.0 |
| pypi       | setuptools  | 75.5.0 | 75.6.0 |
| pypi       | typer       | 0.13.0 | 0.13.1 |
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 773e47b commit 60cd5f1
Show file tree
Hide file tree
Showing 10 changed files with 806 additions and 766 deletions.
10 changes: 5 additions & 5 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ pyinstrument = "==5.0.0"
pyjwt = "==2.10.0"
python-multipart = "==0.0.17"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.18.0"}
setuptools = "==75.5.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.19.0"}
setuptools = "==75.6.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.13.0"
typer = "==0.13.1"
uvicorn = {extras = ["standard"] }

[dev-packages]
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.34.0"
ruff = "==0.7.4"
ruff = "==0.8.0"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

Expand Down
447 changes: 228 additions & 219 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

250 changes: 129 additions & 121 deletions src/client/poetry.lock

Large diffs are not rendered by default.

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.34.0"
ruff = "^0.7.0"
ruff = "^0.8.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 @@ -22,7 +22,7 @@ pytest = "==8.3.3"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.34.0"
ruff = "==0.7.4"
ruff = "==0.8.0"

[requires]
python_version = "3.12"
172 changes: 86 additions & 86 deletions src/dashboard/Pipfile.lock

Large diffs are not rendered by default.

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.5.0"
setuptools = "==75.6.0"

[requires]
python_version = "3.12"
14 changes: 7 additions & 7 deletions src/opendata/Pipfile.lock

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

6 changes: 3 additions & 3 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.2"
prefect = "==3.1.4"
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
geopandas = "==1.0.1"
pandas = "==2.2.3"
Expand All @@ -19,8 +19,8 @@ mypy = "==1.13.0"
pandas-stubs = "==2.2.3.241009"
pytest = "==8.3.3"
pytest-cov = "==6.0.0"
ruff = "==0.7.4"
setuptools = "==75.5.0"
ruff = "==0.8.0"
setuptools = "==75.6.0"
types-python-dateutil = "*"

[requires]
Expand Down
667 changes: 345 additions & 322 deletions src/prefect/Pipfile.lock

Large diffs are not rendered by default.

0 comments on commit 60cd5f1

Please sign in to comment.