From 0e1c7b1b177802faea14f45260e4622714e3718a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:38:12 +0000 Subject: [PATCH] Bump virtualenv from 20.26.1 to 20.26.2 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.1 to 20.26.2. - [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.1...20.26.2) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 54e4c32..3eac6b8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -66,7 +66,7 @@ ruff==0.4.7 # via datahub (pyproject.toml) typing-extensions==4.9.0 # via mypy -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit wheel==0.43.0 # via pip-tools