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       | csvkit      | 2.0.0   | 2.0.1   |
| pypi       | fastapi     | 0.111.0 | 0.111.1 |
| pypi       | geoalchemy2 | 0.15.1  | 0.15.2  |
| pypi       | polyfactory | 2.16.1  | 2.16.2  |
| pypi       | ruff        | 0.5.1   | 0.5.2   |
| pypi       | sentry-sdk  | 2.8.0   | 2.10.0  |
| pypi       | setuptools  | 70.1.1  | 70.3.0  |
| pypi       | setuptools  | 70.2.0  | 70.3.0  |
  • Loading branch information
renovate[bot] authored and jmaupetit committed Jul 16, 2024
1 parent 1be823b commit 92fb12e
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 320 deletions.
6 changes: 6 additions & 0 deletions src/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

## [Unreleased]

### Changed

- Upgrade fastapi to `0.111.1`
- Upgrade geoalchemy2 to `0.15.2`
- Upgrade sentry-sdk to `2.10.0`

## [0.10.0] - 2024-07-01

### Changed
Expand Down
14 changes: 7 additions & 7 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@ name = "pypi"
alembic = "==1.13.2"
annotated-types = "==0.7.0"
email-validator = "==2.2.0"
fastapi = "==0.111.0"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.1"}
fastapi = "==0.111.1"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.2"}
httpx = "==0.27.0"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg2-binary = "==2.9.9"
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.8.0"}
setuptools = "==70.2.0"
sentry-sdk = {extras = ["fastapi"], version = "==2.10.0"}
setuptools = "==70.3.0"
sqlalchemy-timescaledb = "==0.4.1"
sqlmodel = "==0.0.19"
typer = "==0.12.3"
uvicorn = {extras = ["standard"] }

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

Expand Down
Loading

0 comments on commit 92fb12e

Please sign in to comment.