Skip to content

Commit

Permalink
chore(deps): bump requests from 2.31.0 to 2.32.2 (#144)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ville Välimäki <ville.valimaki@upcloud.com>
  • Loading branch information
dependabot[bot] and villevsv-upcloud committed May 30, 2024
1 parent 4f0871b commit c1eebb2
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 c1eebb2

Please sign in to comment.