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       | email-validator      | 2.1.1 | 2.1.2 |
| pypi       | pydantic             | 2.7.3 | 2.7.4 |
| pypi       | pydantic-extra-types | 2.8.0 | 2.8.2 |
| pypi       | pydantic-settings    | 2.3.0 | 2.3.3 |
| pypi       | pydantic-settings    | 2.3.1 | 2.3.3 |
| pypi       | ruff                 | 0.4.7 | 0.4.9 |
| pypi       | ruff                 | 0.4.8 | 0.4.9 |
  • Loading branch information
renovate[bot] authored and jmaupetit committed Jun 17, 2024
1 parent 3bbbbd2 commit a22b9f8
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 152 deletions.
4 changes: 4 additions & 0 deletions src/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to
### Changed

- API dynamique bulk requests now returns the number of created items
- Upgrade Pydantic to `2.7.4`
- Upgrade pydantic-settings to `2.3.3`
- Upgrade pydantic-extra-types to `2.8.2`
- Upgrade email-validator to `2.1.2`

## [0.9.0] - 2024-06-11

Expand Down
8 changes: 4 additions & 4 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name = "pypi"
[packages]
alembic = "==1.13.1"
annotated-types = "==0.7.0"
email-validator = "==2.1.1"
email-validator = "==2.1.2"
fastapi = "==0.111.0"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.1"}
httpx = "==0.27.0"
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
psycopg2-binary = "==2.9.9"
pydantic-extra-types = {extras = ["all"], version = "==2.8.0"}
pydantic-settings = "==2.3.1"
pydantic-extra-types = {extras = ["all"], version = "==2.8.2"}
pydantic-settings = "==2.3.3"
pyjwt = "==2.8.0"
questionary = "==2.0.1"
sentry-sdk = {extras = ["fastapi"], version = "==2.5.1"}
Expand All @@ -32,7 +32,7 @@ polyfactory = "==2.16.0"
pytest = "==8.2.2"
pytest-cov = "==5.0.0"
pytest-httpx = "==0.30.0"
ruff = "==0.4.8"
ruff = "==0.4.9"
types-passlib = "==1.7.7.20240327"
types-python-jose = "==3.3.4.20240106"

Expand Down
Loading

0 comments on commit a22b9f8

Please sign in to comment.