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       | alembic              | 1.13.3  | 1.14.0  |
| pypi       | fastapi              | 0.115.4 | 0.115.5 |
| pypi       | polyfactory          | 2.17.0  | 2.18.0  |
| pypi       | prefect              | 3.0.11  | 3.1.1   |
| pypi       | pydantic-extra-types | 2.9.0   | 2.10.0  |
| pypi       | pydantic-settings    | 2.6.0   | 2.6.1   |
| pypi       | pytest-cov           | 5.0.0   | 6.0.0   |
| pypi       | python-multipart     | 0.0.16  | 0.0.17  |
| pypi       | ruff                 | 0.7.1   | 0.7.3   |
| pypi       | sentry-sdk           | 2.17.0  | 2.18.0  |
| pypi       | setuptools           | 75.3.0  | 75.4.0  |
| pypi       | typer                | 0.12.5  | 0.13.0  |
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 58e04eb commit 6d33cc7
Show file tree
Hide file tree
Showing 8 changed files with 411 additions and 337 deletions.
22 changes: 11 additions & 11 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ verify_ssl = true
name = "pypi"

[packages]
alembic = "==1.13.3"
alembic = "==1.14.0"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.115.4"
fastapi = "==0.115.5"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.27.2"}
pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==18.0.0"
pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
pydantic-settings = "==2.6.0"
pydantic-extra-types = {extras = ["all"], version = "==2.10.0"}
pydantic-settings = "==2.6.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.9.0"
python-multipart = "==0.0.16"
python-multipart = "==0.0.17"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.17.0"}
setuptools = "==75.3.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.18.0"}
setuptools = "==75.4.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.12.5"
typer = "==0.13.0"
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 = "==5.0.0"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.33.0"
ruff = "==0.7.1"
ruff = "==0.7.3"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

Expand Down
281 changes: 132 additions & 149 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions src/client/poetry.lock

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

4 changes: 2 additions & 2 deletions src/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ httpx = "^0.27.0"
pydantic = "^2.7.3"
pydantic-settings = "^2.3.0"
python = "^3.10"
typer = "^0.12.3"
typer = "^0.13.0"

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

Expand Down
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.3.0"
setuptools = "==75.4.0"

[requires]
python_version = "3.12"
Loading

0 comments on commit 6d33cc7

Please sign in to comment.