From 443f23402a96c18e8d07a314d322bbc2c6159290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:09:36 +0000 Subject: [PATCH] Bump virtualenv from 20.26.4 to 20.26.5 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.4 to 20.26.5. - [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.26.4...20.26.5) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_slug }}/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/dev-requirements.txt b/{{ cookiecutter.project_slug }}/dev-requirements.txt index b02cc18..05c731c 100644 --- a/{{ cookiecutter.project_slug }}/dev-requirements.txt +++ b/{{ cookiecutter.project_slug }}/dev-requirements.txt @@ -66,7 +66,7 @@ ruff==0.6.7 # via datahub (pyproject.toml) typing-extensions==4.12.2 # via mypy -virtualenv==20.26.4 +virtualenv==20.26.5 # via pre-commit wheel==0.44.0 # via pip-tools