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       | pydantic-extra-types | 2.7.0  | 2.8.0  |
| pypi       | pydantic-settings    | 2.2.1  | 2.3.1  |
| pypi       | pytest               | 8.2.1  | 8.2.2  |
| pypi       | ruff                 | 0.4.7  | 0.4.8  |
| pypi       | sentry-sdk           | 2.3.1  | 2.5.1  |
| pypi       | sqlmodel             | 0.0.18 | 0.0.19 |
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent df7684b commit 9969e78
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 190 deletions.
12 changes: 6 additions & 6 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ geoalchemy2 = {extras = ["shapely"], version = "==0.15.1"}
httpx = "==0.27.0"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg2-binary = "==2.9.9"
pydantic-extra-types = {extras = ["all"], version = "==2.7.0"}
pydantic-settings = "==2.2.1"
pydantic-extra-types = {extras = ["all"], version = "==2.8.0"}
pydantic-settings = "==2.3.1"
pyjwt = "==2.8.0"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.3.1"}
sentry-sdk = {extras = ["fastapi"], version = "==2.5.1"}
setuptools = "==70.0.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.18"
sqlmodel = "==0.0.19"
typer = "==0.12.3"
uvicorn = {extras = ["standard"] }

Expand All @@ -29,10 +29,10 @@ csvkit = "==2.0.0"
honcho = "==1.1.0"
mypy = "==1.10.0"
polyfactory = "==2.16.0"
pytest = "==8.2.1"
pytest = "==8.2.2"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.4.7"
ruff = "==0.4.8"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit 9969e78

Please sign in to comment.