From 8224b66eeaad150300b105117031612684921f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:18:32 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.32.3 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](https://github.com/psf/requests/compare/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] --- dev-requirements.txt | 2 +- doc-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a683f0ed1..13ed7162a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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) diff --git a/doc-requirements.txt b/doc-requirements.txt index 436ec15a8..7696cb61c 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0df1f8e75..49b6c5405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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', diff --git a/requirements.txt b/requirements.txt index 84839872d..69628bc2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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