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 and jmaupetit committed Jul 1, 2024
1 parent 2e43ea4 commit f02a579
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 181 deletions.
5 changes: 3 additions & 2 deletions src/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ and this project adheres to
### Changed

- API dynamique bulk requests now returns the number of created items
- Upgrade alembic to `1.13.2`
- Upgrade Pydantic to `2.7.4`
- Upgrade pydantic-settings to `2.3.3`
- Upgrade pydantic-settings to `2.3.4`
- Upgrade pydantic-extra-types to `2.8.2`
- Upgrade email-validator to `2.2.0`
- Upgrade sentry-sdk to `2.6.0`
- Upgrade sentry-sdk to `2.7.1`

## [0.9.0] - 2024-06-11

Expand Down
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 f02a579

Please sign in to comment.