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       | data7        | 0.6.0   | 0.7.0   |
| pypi       | fastapi      | 0.112.2 | 0.114.0 |
| pypi       | pydantic     | 2.8.2   | 2.9.1   |
| pypi       | pyinstrument | 4.7.2   | 4.7.3   |
| pypi       | ruff         | 0.6.3   | 0.6.4   |
| pypi       | setuptools   | 74.1.1  | 74.1.2  |
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 2aeae47 commit 84c746e
Show file tree
Hide file tree
Showing 5 changed files with 636 additions and 635 deletions.
10 changes: 5 additions & 5 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.112.2"
fastapi = "==0.114.0"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.27.2"}
Expand All @@ -17,12 +17,12 @@ psycopg = {extras = ["pool", "binary"], version = "==3.2.1"}
pyarrow = "==17.0.0"
pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
pydantic-settings = "==2.4.0"
pyinstrument = "==4.7.2"
pyinstrument = "==4.7.3"
pyjwt = "==2.9.0"
python-multipart = "==0.0.9"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.13.0"}
setuptools = "==74.1.1"
setuptools = "==74.1.2"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
typer = "==0.12.5"
Expand All @@ -35,11 +35,11 @@ honcho = "==1.1.0"
mypy = "==1.11.2"
pandas-stubs = "==2.2.2.240807"
polyfactory = "==2.16.2"
pyinstrument = "==4.7.2"
pyinstrument = "==4.7.3"
pytest = "==8.3.2"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.6.3"
ruff = "==0.6.4"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit 84c746e

Please sign in to comment.