From 17fd9450defae810d460bf495b529093972595a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:15:20 +0000 Subject: [PATCH] Update virtualenv requirement from ~=20.24.3 to >=20.24.3,<20.34.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.33.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.33.0 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 dda503c2..96435d8f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,7 +103,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>=20.24.3,<20.34.0 # 👉 Note: The ``-stubs`` and ``types-`` dependencies above ↑ in the ``dev`` # extra must be duplicated in ``.pre-commit-config.yaml`` in order for ``tox``