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.0   | 4.6.1   |
| pypi       | fastapi      | 0.115.0 | 0.115.2 |
| pypi       | mypy         | 1.11.2  | 1.12.0  |
| pypi       | prefect      | 3.0.5   | 3.0.8   |
| pypi       | pyinstrument | 4.7.3   | 5.0.0   |
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 1aaae09 commit e6d5a2c
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 385 deletions.
8 changes: 4 additions & 4 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.3"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.115.0"
fastapi = "==0.115.2"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
geopandas = "==1.0.1"
httpx = {extras = ["cli"], version = "==0.27.2"}
Expand All @@ -17,7 +17,7 @@ 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"
pyinstrument = "==5.0.0"
pyjwt = "==2.9.0"
python-multipart = "==0.0.12"
questionary = "==2.0.1"
Expand All @@ -32,10 +32,10 @@ uvicorn = {extras = ["standard"] }
black = "==24.10.0"
csvkit = "==2.0.1"
honcho = "==2.0.0"
mypy = "==1.11.2"
mypy = "==1.12.0"
pandas-stubs = "==2.2.3.241009"
polyfactory = "==2.17.0"
pyinstrument = "==4.7.3"
pyinstrument = "==5.0.0"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.32.0"
Expand Down
Loading

0 comments on commit e6d5a2c

Please sign in to comment.