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       | polyfactory          | 2.16.0 | 2.16.1 |
| pypi       | pydantic             | 2.7.4  | 2.8.2  |
| pypi       | pydantic-extra-types | 2.8.2  | 2.9.0  |
| pypi       | ruff                 | 0.5.0  | 0.5.1  |
| pypi       | sentry-sdk           | 2.7.1  | 2.8.0  |
| pypi       | setuptools           | 70.1.1 | 70.2.0 |
  • Loading branch information
renovate[bot] authored and jmaupetit committed Jul 8, 2024
1 parent e558085 commit a34f21c
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 280 deletions.
10 changes: 5 additions & 5 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ 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.8.2"}
pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
pydantic-settings = "==2.3.4"
pyjwt = "==2.8.0"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.7.1"}
setuptools = "==70.1.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.8.0"}
setuptools = "==70.2.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.19"
typer = "==0.12.3"
Expand All @@ -28,11 +28,11 @@ black = "==24.4.2"
csvkit = "==2.0.0"
honcho = "==1.1.0"
mypy = "==1.10.1"
polyfactory = "==2.16.0"
polyfactory = "==2.16.1"
pytest = "==8.2.2"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.5.0"
ruff = "==0.5.1"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit a34f21c

Please sign in to comment.