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.0 |
| pypi       | pytest     | 8.2.2  | 8.3.1  |
| pypi       | ruff       | 0.5.2  | 0.5.4  |
| pypi       | setuptools | 70.3.0 | 71.1.0 |
| pypi       | sqlmodel   | 0.0.19 | 0.0.21 |
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 9be3357 commit d7ad9fe
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 220 deletions.
10 changes: 5 additions & 5 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pydantic-settings = "==2.3.4"
pyjwt = "==2.8.0"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.10.0"}
setuptools = "==70.3.0"
setuptools = "==71.1.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.19"
sqlmodel = "==0.0.21"
typer = "==0.12.3"
uvicorn = {extras = ["standard"] }
psycopg = {extras = ["pool", "binary"], version = "==3.2.1"}
Expand All @@ -27,12 +27,12 @@ psycopg = {extras = ["pool", "binary"], version = "==3.2.1"}
black = "==24.4.2"
csvkit = "==2.0.1"
honcho = "==1.1.0"
mypy = "==1.10.1"
mypy = "==1.11.0"
polyfactory = "==2.16.2"
pytest = "==8.2.2"
pytest = "==8.3.1"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.5.2"
ruff = "==0.5.4"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit d7ad9fe

Please sign in to comment.