From f09eadfaadae5ac860c664f4bd837b4c57ad5110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:57:17 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `requests` from 2.31.0 to 2.32.4 - [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.31.0...v2.32.4) Updates `urllib3` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22ae644..5d0e2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ "docker==7.0.0", - "requests==2.31.0", + "requests==2.32.4", "sanic==21.12.2", "uvloop==0.19.0", "websocket-client==1.7.0", diff --git a/requirements.txt b/requirements.txt index 80844d9..d50781f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ multidict==5.2.0 # via sanic packaging==25.0 # via docker -requests==2.31.0 +requests==2.32.4 # via # jobrunner (pyproject.toml) # docker @@ -26,7 +26,7 @@ sanic-routing==0.7.2 # via sanic ujson==5.10.0 # via sanic -urllib3==2.5.0 +urllib3==2.6.0 # via # docker # requests