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             | 2.7.3 | 2.7.4 |
| pypi       | pydantic-extra-types | 2.8.0 | 2.8.2 |
| pypi       | pydantic-settings    | 2.3.0 | 2.3.3 |
| pypi       | pydantic-settings    | 2.3.1 | 2.3.3 |
| pypi       | ruff                 | 0.4.7 | 0.4.9 |
| pypi       | ruff                 | 0.4.8 | 0.4.9 |
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 3bbbbd2 commit 53316a3
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 146 deletions.
6 changes: 3 additions & 3 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ 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.0"}
pydantic-settings = "==2.3.1"
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"}
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.8"
ruff = "==0.4.9"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit 53316a3

Please sign in to comment.