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.2  |
| pypi       | ruff       | 0.5.2  | 0.5.5  |
| pypi       | sentry-sdk | 2.10.0 | 2.11.0 |
| pypi       | setuptools | 70.3.0 | 71.1.0 |
| pypi       | sqlmodel   | 0.0.19 | 0.0.21 |
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent 176cb4a commit 2889bc7
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 178 deletions.
12 changes: 6 additions & 6 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ pydantic-extra-types = {extras = ["all"], version = "==2.9.0"}
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"
sentry-sdk = {extras = ["fastapi"], version = "==2.11.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"] }

[dev-packages]
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.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
120 changes: 60 additions & 60 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 2889bc7

Please sign in to comment.