Skip to content

Commit

Permalink
Update requests requirement from ~2.29 to ~2.30
Browse files Browse the repository at this point in the history
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.29.0...v2.30.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and COM8 committed May 5, 2023
1 parent 5766987 commit f74e257
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 @@ -9,7 +9,7 @@ license = "MIT"
python = "^3.9"
lxml = "~4.9"
pyopenmensa = "~0.95"
requests = "~2.29"
requests = "~2.30"
deepl = "^1.2.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f74e257

Please sign in to comment.