Skip to content

Commit

Permalink
build(deps): update requests requirement (#1050)
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.32.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 12, 2024
1 parent 06a8128 commit 2e3a25d
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.11",
"pygments >= 2.14,< 2.19",
"pylint ~= 3.1.0",
"requests >= 2.28,< 2.32",
"requests >= 2.28,< 2.33",
"six",
"tabulate ~= 0.9.0",
"toml ~= 0.10.2",
Expand Down

0 comments on commit 2e3a25d

Please sign in to comment.