From 5c3868fa19ca9960edc1533ee315c3851e607809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 11:13:21 +0000 Subject: [PATCH] Bump proxy-py from 2.4.0rc6 to 2.4.4rc3 Bumps [proxy-py](https://github.com/abhinavsingh/proxy.py) from 2.4.0rc6 to 2.4.4rc3. - [Release notes](https://github.com/abhinavsingh/proxy.py/releases) - [Changelog](https://github.com/abhinavsingh/proxy.py/blob/develop/CHANGELOG.md) - [Commits](https://github.com/abhinavsingh/proxy.py/compare/v2.4.0rc6...v2.4.4rc3) --- updated-dependencies: - dependency-name: proxy-py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 8c2dc20da71..4eecfc24d89 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ cryptography==36.0.1; platform_machine!="i686" # no 32-bit wheels; no python 3.9 freezegun==1.1.0 mypy==0.931; implementation_name=="cpython" mypy-extensions==0.4.3; implementation_name=="cpython" -proxy.py ~= 2.4.0rc6 +proxy.py ~= 2.4.4rc3 pytest==6.2.5 pytest-cov==3.0.0 pytest-mock==3.6.1