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       | black             | 24.4.2  | 24.8.0  |
| pypi       | fastapi           | 0.111.1 | 0.112.0 |
| pypi       | mypy              | 1.10.1  | 1.11.1  |
| pypi       | pydantic-settings | 2.3.4   | 2.4.0   |
| pypi       | pyjwt             | 2.8.0   | 2.9.0   |
| pypi       | pytest            | 8.2.2   | 8.3.2   |
| pypi       | ruff              | 0.5.2   | 0.5.7   |
| pypi       | sentry-sdk        | 2.10.0  | 2.13.0  |
| pypi       | setuptools        | 70.3.0  | 72.2.0  |
| pypi       | sqlmodel          | 0.0.19  | 0.0.21  |
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent d57a8fd commit 4a55555
Show file tree
Hide file tree
Showing 5 changed files with 899 additions and 862 deletions.
20 changes: 10 additions & 10 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
alembic = "==1.13.2"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.111.1"
fastapi = "==0.112.0"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.27.0"}
Expand All @@ -16,26 +16,26 @@ passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.1"}
pyarrow = "==17.0.0"
pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
pydantic-settings = "==2.3.4"
pyjwt = "==2.8.0"
pydantic-settings = "==2.4.0"
pyjwt = "==2.9.0"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.10.0"}
setuptools = "==70.3.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.13.0"}
setuptools = "==72.2.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.19"
sqlmodel = "==0.0.21"
typer = "==0.12.3"
uvicorn = {extras = ["standard"] }

[dev-packages]
black = "==24.4.2"
black = "==24.8.0"
csvkit = "==2.0.1"
honcho = "==1.1.0"
mypy = "==1.10.1"
mypy = "==1.11.1"
polyfactory = "==2.16.2"
pytest = "==8.2.2"
pytest = "==8.3.2"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.5.2"
ruff = "==0.5.7"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit 4a55555

Please sign in to comment.