Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 69205a1 commit 8224b66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pyyaml==6.0.1
# via
# appdaemon (pyproject.toml)
# pre-commit
requests==2.28.2
requests==2.32.3
# via appdaemon (pyproject.toml)
ruff==0.2.0
# via appdaemon (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pyyaml==6.0.1
# via
# appdaemon (pyproject.toml)
# myst-parser
requests==2.28.2
requests==2.32.3
# via
# appdaemon (pyproject.toml)
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
'python-socketio >= 5.5,< 5.12',
'pytz >= 2022.7.1,< 2024.2.0',
'pyyaml ~= 6.0.1',
'requests ~= 2.28.2',
'requests >= 2.28.2,< 2.33.0',
'sockjs ~= 0.11.0',
'uvloop==0.19.0; sys_platform != "win32"',
'websocket-client >= 1.5.1,< 1.8.0',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pytz==2024.1
# via appdaemon (pyproject.toml)
pyyaml==6.0.1
# via appdaemon (pyproject.toml)
requests==2.28.2
requests==2.32.3
# via appdaemon (pyproject.toml)
sgmllib3k==1.0.0
# via feedparser
Expand Down

0 comments on commit 8224b66

Please sign in to comment.