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       | mypy              | 1.10.1 | 1.11.1 |
| pypi       | pydantic-settings | 2.3.4  | 2.4.0  |
| pypi       | pytest            | 8.2.2  | 8.3.2  |
| pypi       | ruff              | 0.5.2  | 0.5.5  |
| pypi       | sentry-sdk        | 2.10.0 | 2.11.0 |
| pypi       | setuptools        | 70.3.0 | 72.1.0 |
| pypi       | sqlmodel          | 0.0.19 | 0.0.21 |
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent b87f933 commit ecf2bd7
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 191 deletions.
14 changes: 7 additions & 7 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@ httpx = {extras = ["cli"], version = "==0.27.0"}
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.1"}
pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
pydantic-settings = "==2.3.4"
pydantic-settings = "==2.4.0"
pyjwt = "==2.8.0"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.10.0"}
setuptools = "==70.3.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.11.0"}
setuptools = "==72.1.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.19"
sqlmodel = "==0.0.21"
typer = "==0.12.3"
uvicorn = {extras = ["standard"] }

[dev-packages]
black = "==24.4.2"
csvkit = "==2.0.1"
honcho = "==1.1.0"
mypy = "==1.10.1"
mypy = "==1.11.1"
polyfactory = "==2.16.2"
pytest = "==8.2.2"
pytest = "==8.3.2"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.5.2"
ruff = "==0.5.5"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
138 changes: 69 additions & 69 deletions src/api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ecf2bd7

Please sign in to comment.