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.3 | 1.14.0 |
| pypi       | polyfactory          | 2.17.0 | 2.18.0 |
| pypi       | prefect              | 3.0.11 | 3.1.0  |
| pypi       | pydantic-extra-types | 2.9.0  | 2.10.0 |
| pypi       | pydantic-settings    | 2.6.0  | 2.6.1  |
| pypi       | pytest-cov           | 5.0.0  | 6.0.0  |
| pypi       | python-multipart     | 0.0.16 | 0.0.17 |
| pypi       | ruff                 | 0.7.1  | 0.7.2  |
| pypi       | sentry-sdk           | 2.17.0 | 2.18.0 |
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent f92387c commit e35812f
Show file tree
Hide file tree
Showing 6 changed files with 651 additions and 532 deletions.
16 changes: 8 additions & 8 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.3"
alembic = "==1.14.0"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.115.4"
Expand All @@ -15,13 +15,13 @@ pandas = "==2.2.3"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.3"}
pyarrow = "==18.0.0"
pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
pydantic-settings = "==2.6.0"
pydantic-extra-types = {extras = ["all"], version = "==2.10.0"}
pydantic-settings = "==2.6.1"
pyinstrument = "==5.0.0"
pyjwt = "==2.9.0"
python-multipart = "==0.0.16"
python-multipart = "==0.0.17"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.17.0"}
sentry-sdk = {extras = ["fastapi"], version = "==2.18.0"}
setuptools = "==75.3.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.22"
Expand All @@ -34,11 +34,11 @@ csvkit = "==2.0.1"
honcho = "==2.0.0"
mypy = "==1.13.0"
pandas-stubs = "==2.2.3.241009"
polyfactory = "==2.17.0"
polyfactory = "==2.18.0"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.33.0"
ruff = "==0.7.1"
ruff = "==0.7.2"
types-passlib = "==1.7.7.20240819"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit e35812f

Please sign in to comment.