Skip to content

Commit

Permalink
⬆️(project) upgrade starlette python dependencies
Browse files Browse the repository at this point in the history
Upgrade starlette to fix a recent security issue [1].

1. GHSA-f96h-pmfr-66vw
  • Loading branch information
jmaupetit committed Oct 17, 2024
1 parent 685fd62 commit 7ac255f
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 212 deletions.
9 changes: 5 additions & 4 deletions src/api/Pipfile.lock

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

2 changes: 1 addition & 1 deletion src/opendata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ and this project adheres to

### Added

- Configured Data7 0.7.0
- Configured Data7 0.8.0

[unreleased]: https://github.com/MTES-MCT/qualicharge/
2 changes: 1 addition & 1 deletion src/opendata/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
data7 = "==0.7.0"
data7 = "==0.8.0"
psycopg = {extras = ["binary", "pool"], version = "==3.2.3"}

[dev-packages]
Expand Down
Loading

0 comments on commit 7ac255f

Please sign in to comment.