Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.2
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent bf8ecdb commit 0853f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pytest-cov==4.1.0 # MIT
# Runtime requirements

rich==13.7.0 # MIT
requests==2.31.0 # Apache 2.0
requests==2.32.2 # Apache 2.0
pyyaml==6.0.1 # MIT
netifaces==0.11.0 # MIT
sqlalchemy==2.0.23 # MIT
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"rich==13.7.0", # MIT
"requests==2.31.0", # Apache 2.0
"requests==2.32.2", # Apache 2.0
"pyyaml==6.0.1", # MIT
"netifaces==0.11.0", # MIT
"sqlalchemy==2.0.23", # MIT
Expand Down

0 comments on commit 0853f08

Please sign in to comment.