From be601942f49170c2ec544546490bae9be2430346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 14:06:32 +0000 Subject: [PATCH] Bump requests from 2.27.1 to 2.28.2 in /tools Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.2. - [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.27.1...v2.28.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/ci/requirements_tc.txt | 2 +- tools/docker/requirements.txt | 2 +- tools/wpt/requirements.txt | 2 +- tools/wptrunner/requirements.txt | 2 +- tools/wptrunner/requirements_sauce.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/ci/requirements_tc.txt b/tools/ci/requirements_tc.txt index bcaee35bc0e0bd..aea2e01e1d5914 100644 --- a/tools/ci/requirements_tc.txt +++ b/tools/ci/requirements_tc.txt @@ -1,4 +1,4 @@ pygithub==1.55 pyyaml==6.0 -requests==2.27.1 +requests==2.28.2 taskcluster==44.16.3 diff --git a/tools/docker/requirements.txt b/tools/docker/requirements.txt index 06d168a18d293e..75dd52bde00438 100644 --- a/tools/docker/requirements.txt +++ b/tools/docker/requirements.txt @@ -1,2 +1,2 @@ pyyaml==6.0 -requests==2.27.1 +requests==2.28.2 diff --git a/tools/wpt/requirements.txt b/tools/wpt/requirements.txt index a743bbe341f33f..ba07d192a2d5bc 100644 --- a/tools/wpt/requirements.txt +++ b/tools/wpt/requirements.txt @@ -1 +1 @@ -requests==2.27.1 +requests==2.28.2 diff --git a/tools/wptrunner/requirements.txt b/tools/wptrunner/requirements.txt index dea3bbaa0a09ec..67950374162e25 100644 --- a/tools/wptrunner/requirements.txt +++ b/tools/wptrunner/requirements.txt @@ -4,6 +4,6 @@ mozinfo==1.2.2 # https://bugzilla.mozilla.org/show_bug.cgi?id=1621226 mozlog==7.1.0 mozprocess==1.3.0 pillow==8.4.0 -requests==2.27.1 +requests==2.28.2 six==1.16.0 urllib3[secure]==1.26.9 diff --git a/tools/wptrunner/requirements_sauce.txt b/tools/wptrunner/requirements_sauce.txt index 65d1a457334b74..6dc82ec1a0859f 100644 --- a/tools/wptrunner/requirements_sauce.txt +++ b/tools/wptrunner/requirements_sauce.txt @@ -1,2 +1,2 @@ selenium==4.2.0 -requests==2.27.1 +requests==2.28.2