Skip to content

Commit

Permalink
build(deps): update configparser requirement from ~=6.0 to ~=7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [configparser](https://github.com/jaraco/configparser) to permit the latest version.
- [Release notes](https://github.com/jaraco/configparser/releases)
- [Changelog](https://github.com/jaraco/configparser/blob/main/NEWS.rst)
- [Commits](jaraco/configparser@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: configparser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 1af7412 commit 4398556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
# major.minor.patch, because they can potentially introduce breaking changes
# in minor version updates anytime
"beautifulsoup4~=4.12",
"configparser~=6.0",
"configparser~=7.0",
"connexion[flask,uvicorn,swagger-ui]~=3.0",
"extruct~=0.16.0",
"feedparser~=6.0",
Expand Down

0 comments on commit 4398556

Please sign in to comment.