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       | anyio                | 4.6.2.post1 | 4.7.0   |
| pypi       | fastapi              | 0.115.5     | 0.115.6 |
| pypi       | httpx                | 0.28.0      | 0.28.1  |
| pypi       | pydantic             | 2.10.2      | 2.10.3  |
| pypi       | pydantic-extra-types | 2.10.0      | 2.10.1  |
| pypi       | python-multipart     | 0.0.18      | 0.0.19  |
| pypi       | ruff                 | 0.8.1       | 0.8.2   |
| pypi       | sentry-sdk           | 2.19.0      | 2.19.2  |
| pypi       | typer                | 0.14.0      | 0.15.1  |
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent ac9fba6 commit b3a0def
Show file tree
Hide file tree
Showing 10 changed files with 640 additions and 635 deletions.
11 changes: 7 additions & 4 deletions src/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ and this project adheres to

### Changed

- Upgrade httpx to `0.28.0`
- Upgrade fastapi to `0.115.6`
- Upgrade httpx to `0.28.1`
- Upgrade pyarrow to `18.1.0`
- Upgrade pydantic to `2.10.2`
- Upgrade sentry-sdk to `2.19.0`
- Upgrade typer to `0.14.0`
- Upgrade pydantic to `2.10.3`
- Upgrade pydantic-extra-types `2.10.1`
- Upgrade python-multipart to `0.0.19`
- Upgrade sentry-sdk to `2.19.2`
- Upgrade typer to `0.15.1`

## [0.15.0] - 2024-11-21

Expand Down
16 changes: 8 additions & 8 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ name = "pypi"
alembic = "==1.14.0"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.115.5"
fastapi = "==0.115.6"
geoalchemy2 = {extras = ["shapely"], version = "==0.16.0"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.28.0"}
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.2"
pydantic-extra-types = {extras = ["all"], version = "==2.10.0"}
pydantic = "==2.10.3"
pydantic-extra-types = {extras = ["all"], version = "==2.10.1"}
pydantic-settings = "==2.6.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.10.1"
python-multipart = "==0.0.18"
python-multipart = "==0.0.19"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.19.0"}
sentry-sdk = {extras = ["fastapi"], version = "==2.19.2"}
setuptools = "==75.6.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.14.0"
typer = "==0.15.1"
uvicorn = {extras = ["standard"] }

[dev-packages]
Expand All @@ -41,7 +41,7 @@ pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.35.0"
qualicharge = {path = ".", editable = true}
ruff = "==0.8.1"
ruff = "==0.8.2"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"
types-requests = "==2.32.0.20241016"
Expand Down
468 changes: 234 additions & 234 deletions src/api/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to
- Upgrade httpx to `0.28.0`
- Upgrade Pydantic to `2.9.1`
- Upgrade pydantic-settings to `2.5.2`
- Upgrade typer to `0.14.0`
- Upgrade typer to `0.15.1`

## [0.2.0] - 2024-09-05

Expand Down
70 changes: 35 additions & 35 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 @@ -15,7 +15,7 @@ httpx = "^0.28.0"
pydantic = "^2.7.3"
pydantic-settings = "^2.3.0"
python = "^3.10"
typer = "^0.14.0"
typer = "^0.15.0"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-django = "==4.9.0"
pytest-httpx = "==0.35.0"
ruff = "==0.8.1"
ruff = "==0.8.2"

[requires]
python_version = "3.12"
52 changes: 26 additions & 26 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/prefect/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mypy = "==1.13.0"
pandas-stubs = "==2.2.3.241126"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
ruff = "==0.8.1"
ruff = "==0.8.2"
setuptools = "==75.6.0"
types-python-dateutil = "*"

Expand Down
Loading

0 comments on commit b3a0def

Please sign in to comment.