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.2       | 1.13.3       |
| pypi       | anyio            | 4.4.0        | 4.6.0        |
| pypi       | black            | 24.8.0       | 24.10.0      |
| pypi       | fastapi          | 0.114.2      | 0.115.0      |
| pypi       | honcho           | 1.1.0        | 2.0.0        |
| pypi       | pandas           | 2.2.2        | 2.2.3        |
| pypi       | pandas-stubs     | 2.2.2.240909 | 2.2.3.241009 |
| pypi       | polyfactory      | 2.16.2       | 2.17.0       |
| pypi       | prefect          | 3.0.2        | 3.0.5        |
| pypi       | psycopg          | 3.2.2        | 3.2.3        |
| pypi       | pydantic         | 2.9.1        | 2.9.2        |
| pypi       | pytest-httpx     | 0.30.0       | 0.32.0       |
| pypi       | python-multipart | 0.0.9        | 0.0.12       |
| pypi       | ruff             | 0.6.5        | 0.6.9        |
| pypi       | sentry-sdk       | 2.14.0       | 2.16.0       |
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent e7cd80b commit 3aed61b
Show file tree
Hide file tree
Showing 8 changed files with 2,181 additions and 2,235 deletions.
24 changes: 12 additions & 12 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,42 @@ verify_ssl = true
name = "pypi"

[packages]
alembic = "==1.13.2"
alembic = "==1.13.3"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.114.2"
fastapi = "==0.115.0"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.27.2"}
pandas = "==2.2.2"
pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.2"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==17.0.0"
pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
pydantic-settings = "==2.5.2"
pyinstrument = "==4.7.3"
pyjwt = "==2.9.0"
python-multipart = "==0.0.9"
python-multipart = "==0.0.12"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.14.0"}
sentry-sdk = {extras = ["fastapi"], version = "==2.16.0"}
setuptools = "==75.1.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.12.5"
uvicorn = {extras = ["standard"] }

[dev-packages]
black = "==24.8.0"
black = "==24.10.0"
csvkit = "==2.0.1"
honcho = "==1.1.0"
honcho = "==2.0.0"
mypy = "==1.11.2"
pandas-stubs = "==2.2.2.240909"
polyfactory = "==2.16.2"
pandas-stubs = "==2.2.3.241009"
polyfactory = "==2.17.0"
pyinstrument = "==4.7.3"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.6.5"
pytest-httpx = "==0.32.0"
ruff = "==0.6.9"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

Expand Down
2,022 changes: 1,016 additions & 1,006 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

310 changes: 155 additions & 155 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 @@ -22,7 +22,7 @@ black = "^24.4.2"
mypy = "^1.10.0"
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
pytest-httpx = "^0.30.0"
pytest-httpx = "^0.32.0"
ruff = "^0.6.0"

[tool.poetry.scripts]
Expand Down
4 changes: 2 additions & 2 deletions src/opendata/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name = "pypi"

[packages]
data7 = "==0.7.0"
psycopg = {extras = ["binary", "pool"], version = "==3.2.2"}
psycopg = {extras = ["binary", "pool"], version = "==3.2.3"}

[dev-packages]
honcho = "==1.1.0"
honcho = "==2.0.0"
setuptools = "==75.1.0"

[requires]
Expand Down
786 changes: 403 additions & 383 deletions src/opendata/Pipfile.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/prefect/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ verify_ssl = true
name = "pypi"

[packages]
prefect = "==3.0.2"
prefect = "==3.0.5"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
geopandas = "==1.0.1"
pandas = "==2.2.2"
psycopg = {extras = ["pool", "binary"], version = "==3.2.2"}
pandas = "==2.2.3"
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==17.0.0"
tabulate = "==0.9.0"

[dev-packages]
black = "==24.8.0"
honcho = "==1.1.0"
black = "==24.10.0"
honcho = "==2.0.0"
mypy = "==1.11.2"
pandas-stubs = "==2.2.2.240909"
pandas-stubs = "==2.2.3.241009"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
ruff = "==0.6.5"
ruff = "==0.6.9"
setuptools = "==75.1.0"

[requires]
Expand Down
1,254 changes: 585 additions & 669 deletions src/prefect/Pipfile.lock

Large diffs are not rendered by default.

0 comments on commit 3aed61b

Please sign in to comment.