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       | djlint           | 1.36.1       | 1.36.3       |
| pypi       | httpx            | 0.27.2       | 0.28.0       |
| pypi       | pandas-stubs     | 2.2.3.241009 | 2.2.3.241126 |
| pypi       | polyfactory      | 2.17.0       | 2.18.1       |
| pypi       | prefect          | 3.1.2        | 3.1.4        |
| pypi       | pyarrow          | 18.0.0       | 18.1.0       |
| pypi       | pydantic         | 2.9.2        | 2.10.2       |
| pypi       | pyjwt            | 2.10.0       | 2.10.1       |
| pypi       | pytest-httpx     | 0.34.0       | 0.35.0       |
| pypi       | python-multipart | 0.0.17       | 0.0.19       |
| pypi       | ruff             | 0.7.4        | 0.8.1        |
| pypi       | sentry-sdk       | 2.18.0       | 2.19.0       |
| pypi       | setuptools       | 75.5.0       | 75.6.0       |
| pypi       | typer            | 0.13.0       | 0.14.0       |
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 91bcfc7 commit 6a3e31f
Show file tree
Hide file tree
Showing 10 changed files with 1,087 additions and 1,070 deletions.
22 changes: 11 additions & 11 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@ email-validator = "==2.2.0"
fastapi = "==0.115.5"
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.27.2"}
httpx = {extras = ["cli"], version = "==0.28.0"}
pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==18.0.0"
pyarrow = "==18.1.0"
pydantic-extra-types = {extras = ["all"], version = "==2.10.0"}
pydantic-settings = "==2.6.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.10.0"
python-multipart = "==0.0.17"
pyjwt = "==2.10.1"
python-multipart = "==0.0.19"
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.14.0"
uvicorn = {extras = ["standard"] }

[dev-packages]
black = "==24.10.0"
csvkit = "==2.0.1"
honcho = "==2.0.0"
mypy = "==1.13.0"
pandas-stubs = "==2.2.3.241009"
polyfactory = "==2.17.0"
pandas-stubs = "==2.2.3.241126"
polyfactory = "==2.18.1"
pytest = "==8.3.3"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.34.0"
ruff = "==0.7.4"
pytest-httpx = "==0.35.0"
ruff = "==0.8.1"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

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

Large diffs are not rendered by default.

267 changes: 137 additions & 130 deletions src/client/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ packages = [

[tool.poetry.dependencies]
anyio = {extras = ["trio"], version = "^4.4.0"}
httpx = "^0.27.0"
httpx = "^0.28.0"
pydantic = "^2.7.3"
pydantic-settings = "^2.3.0"
python = "^3.10"
typer = "^0.13.0"
typer = "^0.14.0"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
mypy = "^1.10.0"
pytest = "^8.2.2"
pytest-cov = "^6.0.0"
pytest-httpx = "^0.34.0"
ruff = "^0.7.0"
pytest-httpx = "^0.35.0"
ruff = "^0.8.0"

[tool.poetry.scripts]
qcc = "qcc.__main__:app"
Expand Down
6 changes: 3 additions & 3 deletions src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ whitenoise = "==6.8.2"
[dev-packages]
black = "==24.10.0"
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.1"}
djlint = "==1.36.1"
djlint = "==1.36.3"
factory-boy = "==3.3.1"
honcho = "==2.0.0"
mypy = "==1.13.0"
pytest = "==8.3.3"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.34.0"
ruff = "==0.7.4"
pytest-httpx = "==0.35.0"
ruff = "==0.8.1"

[requires]
python_version = "3.12"
110 changes: 55 additions & 55 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.5.0"
setuptools = "==75.6.0"

[requires]
python_version = "3.12"
Loading

0 comments on commit 6a3e31f

Please sign in to comment.