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       | alembic           | 1.13.1 | 1.13.2 |
| pypi       | mypy              | 1.10.0 | 1.10.1 |
| pypi       | pydantic-settings | 2.3.3  | 2.3.4  |
| pypi       | ruff              | 0.4.10 | 0.5.0  |
| pypi       | sentry-sdk        | 2.6.0  | 2.7.1  |
| pypi       | setuptools        | 70.1.0 | 70.1.1 |
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent 2e43ea4 commit 9d1c2d2
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 179 deletions.
12 changes: 6 additions & 6 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
alembic = "==1.13.1"
alembic = "==1.13.2"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.111.0"
Expand All @@ -13,11 +13,11 @@ 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-settings = "==2.3.3"
pydantic-settings = "==2.3.4"
pyjwt = "==2.8.0"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.6.0"}
setuptools = "==70.1.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.7.1"}
setuptools = "==70.1.1"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.19"
typer = "==0.12.3"
Expand All @@ -27,12 +27,12 @@ uvicorn = {extras = ["standard"] }
black = "==24.4.2"
csvkit = "==2.0.0"
honcho = "==1.1.0"
mypy = "==1.10.0"
mypy = "==1.10.1"
polyfactory = "==2.16.0"
pytest = "==8.2.2"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.4.10"
ruff = "==0.5.0"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit 9d1c2d2

Please sign in to comment.