From 0f6ca8e5771162d886088f87077341fb57cf3fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:52:25 +0000 Subject: [PATCH] Bump requests from 2.26.0 to 2.33.0 in /components/api/backend_python Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.33.0. - [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.26.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/api/backend_python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/api/backend_python/requirements.txt b/components/api/backend_python/requirements.txt index 0f621fc..9b146da 100644 --- a/components/api/backend_python/requirements.txt +++ b/components/api/backend_python/requirements.txt @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -requests==2.26.0 +requests==2.33.0 Flask==2.0.1 gunicorn==20.1.0 audioread==2.1.9