Skip to content

Commit

Permalink
Bump requests from 2.32.0 to 2.32.3
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.32.0 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.0...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 1bdbcda commit 0f9c77d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"jsonpath-ng==1.5.3",
"prometheus-client==0.12.0",
"pyyaml==6.0.2",
"requests==2.32.0",
"requests==2.32.3",
]

[tool.uv]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jsonpath-ng==1.5.3
ply==3.11
prometheus-client==0.12.0
pyyaml==6.0.2
requests==2.32.0
requests==2.32.3
six==1.16.0
urllib3==2.2.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jsonpath-ng==1.5.3",
"prometheus-client==0.12.0",
"pyyaml==6.0.2",
"requests==2.32.0",
"requests==2.32.3",
],
python_requires=">=3.8",
py_modules=[],
Expand Down

0 comments on commit 0f9c77d

Please sign in to comment.