From a19b6274f7618a346368baed28204b3548614b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:14:33 +0000 Subject: [PATCH] Bump virtualenv from 20.29.2 to 20.29.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.29.2 to 20.29.3. - [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.29.2...20.29.3) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index eb58253..40b9ebd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -62,7 +62,7 @@ pyyaml==6.0.2 # via pre-commit typing-extensions==4.12.2 # via mypy -virtualenv==20.29.2 +virtualenv==20.29.3 # via pre-commit werkzeug==3.1.3 # via flask