From a01662da4e13b0c97e788460c5aa09c7929fd8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:36:50 +0000 Subject: [PATCH] build(deps): bump virtualenv from 20.25.1 to 20.26.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.1 to 20.26.0. - [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.25.1...20.26.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b557b1..0449850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ dev = [ "setuptools-scm==8.0.4", "setuptools==69.2.0", "twine==5.0.0", - "virtualenv==20.25.1", + "virtualenv==20.26.0", "wheel==0.43.0", ]