Skip to content

Commit

Permalink
Update requests requirement in the pip group across 1 directory
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.

Updates `requests` to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.2...v2.32.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent e2dde21 commit 0dfe227
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 @@ flake8 = "^5.0.4"
black = "^24.3.0"
pre-commit = "3.7"
pydantic = "2.7"
requests = "2.32.2"
requests = "2.32.3"
urllib3 = "2.2.2"
ansible-lint = { version = "6.22.2", markers = "platform_system != 'Windows'" }

Expand Down

0 comments on commit 0dfe227

Please sign in to comment.