Skip to content

Commit

Permalink
build(deps-dev): update requests requirement
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.28.0...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent 8bf8470 commit f316937
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 @@ -14,7 +14,7 @@ dependencies = [
"pycodestyle ~= 2.10.0",
"pygments ~= 2.14.0",
"pylint ~= 2.17.4",
"requests ~= 2.28.0",
"requests >= 2.28,< 2.32",
"six",
"tabulate ~= 0.9.0",
"toml ~= 0.10.2",
Expand Down

0 comments on commit f316937

Please sign in to comment.