Skip to content

Commit

Permalink
chore(deps): 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: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent e7a2928 commit a5580f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ click==8.1.6
# via pip-tools
coverage[toml]==7.2.7
# via pytest-cov
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via requests
iniconfig==2.0.0
Expand All @@ -38,10 +40,17 @@ pytest-cov==4.1.0
# via -r requirements-dev.in
pyyaml==6.0.1
# via responses
requests==2.31.0
requests==2.32.2
# via responses
responses==0.23.2
# via -r requirements-dev.in
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
types-pyyaml==6.0.12.11
# via responses
urllib3==2.0.7
Expand Down

0 comments on commit a5580f4

Please sign in to comment.