Skip to content

Commit

Permalink
chore(deps-dev): update requests requirement (#100)
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.2...v2.31.0)

---
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] authored Jan 3, 2024
1 parent 6582ada commit e5d9f3d
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 @@ -23,7 +23,7 @@ classifiers = [
requires-python = ">=3.9,<3.12" # the main constraint for supported Python versions is the multiprocess library
dependencies = [
"multiprocess~=0.70.15",
"requests~=2.28.2",
"requests>=2.28.2,<2.32.0",
"PyYAML~=6.0",
"stringcase~=1.2.0",
"click~=8.1.3",
Expand Down

0 comments on commit e5d9f3d

Please sign in to comment.