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       | csvkit      | 1.5.0   | 2.0.0   |
| pypi       | fastapi     | 0.110.2 | 0.111.0 |
| pypi       | polyfactory | 2.15.0  | 2.16.0  |
| pypi       | pytest      | 8.1.1   | 8.2.0   |
| pypi       | ruff        | 0.4.3   | 0.4.4   |
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent d9b2e84 commit 93dc6a4
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 73 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.1"
annotated-types = "==0.6.0"
email-validator = "==2.1.1"
fastapi = "==0.110.2"
fastapi = "==0.111.0"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.1"}
httpx = "==0.27.0"
psycopg2-binary = "==2.9.9"
Expand All @@ -20,14 +20,14 @@ uvicorn = {extras = ["standard"] }

[dev-packages]
black = "==24.4.2"
csvkit = "==1.5.0"
csvkit = "==2.0.0"
honcho = "==1.1.0"
mypy = "==1.10.0"
polyfactory = "==2.15.0"
pytest = "==8.1.1"
polyfactory = "==2.16.0"
pytest = "==8.2.0"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.4.3"
ruff = "==0.4.4"
types-python-jose = "==3.3.4.20240106"

[requires]
Expand Down
Loading

0 comments on commit 93dc6a4

Please sign in to comment.