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       | email-validator | 2.1.2  | 2.2.0  |
| pypi       | ruff            | 0.4.9  | 0.4.10 |
| pypi       | sentry-sdk      | 2.5.1  | 2.6.0  |
| pypi       | setuptools      | 70.0.0 | 70.1.0 |
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent ac9afc5 commit d640588
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 214 deletions.
8 changes: 4 additions & 4 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
alembic = "==1.13.1"
annotated-types = "==0.7.0"
email-validator = "==2.1.2"
email-validator = "==2.2.0"
fastapi = "==0.111.0"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.1"}
httpx = "==0.27.0"
Expand All @@ -16,8 +16,8 @@ pydantic-extra-types = {extras = ["all"], version = "==2.8.2"}
pydantic-settings = "==2.3.3"
pyjwt = "==2.8.0"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.5.1"}
setuptools = "==70.0.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.6.0"}
setuptools = "==70.1.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.19"
typer = "==0.12.3"
Expand All @@ -32,7 +32,7 @@ polyfactory = "==2.16.0"
pytest = "==8.2.2"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.4.9"
ruff = "==0.4.10"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit d640588

Please sign in to comment.