From d6de8058b450a04964babae9dcb872ebbbd5be1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:50:01 +0000 Subject: [PATCH] Update virtualenv requirement from ~=20.24.3 to >=20.24.3,<20.36.0 Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.24.3...20.35.3) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.35.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bdaff62..f485b53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -107,7 +107,7 @@ dev = types-requests~=2.32.0.20240914 types-six~=1.16.21.20240513 types-waitress~=3.0.0.20240423 - virtualenv~=20.24.3 + virtualenv~=21.2.0 # 👉 Note: The ``-stubs`` and ``types-`` dependencies above ↑ in the ``dev`` # extra must be duplicated in ``.pre-commit-config.yaml`` in order for ``tox``