Skip to content

Commit

Permalink
(project) log python dependencies upgrade
Browse files Browse the repository at this point in the history
| datasource | package     | from    | to      |
| ---------- | ----------- | ------- | ------- |
| pypi       | django-dsfr | 1.4.1   | 1.4.3   |
| pypi       | fastapi     | 0.115.4 | 0.115.5 |
| pypi       | geoalchemy2 | 0.15.2  | 0.16.0  |
| pypi       | prefect     | 3.1.1   | 3.1.2   |
| pypi       | pyjwt       | 2.9.0   | 2.10.0  |
| pypi       | ruff        | 0.7.3   | 0.7.4   |
| pypi       | ruff        | 0.7.2   | 0.7.4   |
| pypi       | setuptools  | 75.4.0  | 75.5.0  |
  • Loading branch information
renovate[bot] authored and jmaupetit committed Nov 18, 2024
1 parent c4f2bd0 commit 54ac3f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions src/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to

## [Unreleased]

### Changed

- Upgrade fastapi to `0.115.5`
- Upgrade geoalchemy2 to `0.16.0`
- Upgrade pyjwt to `2.10.0`
- Upgrade setuptools to `75.5.0`

## [0.14.0] - 2024-11-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ csvkit = "==2.0.1"
honcho = "==2.0.0"
mypy = "==1.13.0"
pandas-stubs = "==2.2.3.241009"
polyfactory = "==2.18.0"
polyfactory = "==2.17.0"
pytest = "==8.3.3"
pytest-cov = "==6.0.0"
pytest-httpx = "==0.33.0"
Expand Down
14 changes: 7 additions & 7 deletions src/api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54ac3f3

Please sign in to comment.