From d7d48ceed561ca6acb69d2a07299e4c95e3e110e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:51:54 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Updates the requirements on [py](https://github.com/pytest-dev/py) and [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `py` to 1.11.0 - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.10.0...1.11.0) Updates `urllib3` to 2.5.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/1.26.2...2.5.0) --- updated-dependencies: - dependency-name: py dependency-version: 1.11.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4915c0e..a0db65f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ chardet==3.0.4 filetype>=1.0.7 jsonschema==3.2.0 psutil>=5.6.6 -py~=1.10.0 +py~=1.11.0 pycryptodome>=3.18.0 pyOpenSSL>=19.1.0 pytest-html==3.1.1 @@ -13,4 +13,4 @@ requests>=2.23.0 pywin32>=305; sys_platform == "win32" setuptools>=56.0.0 lockfile>=0.10 -urllib3<1.27,>=1.26.2 +urllib3>=1.26.2,<2.6