From b7ea0b820f0a00ba781418ef13767547b58626ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 23:43:07 +0000 Subject: [PATCH] build(deps): bump virtualenv in /.github/workflows Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.10.0 to 20.11.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.10.0...20.11.2) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 04c1d88e..cd823b99 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -2,5 +2,5 @@ pip==21.3.1 nox==2021.10.1 nox-poetry==0.9.0 poetry==1.1.12 -virtualenv==20.10.0 +virtualenv==20.11.2 poetry-dynamic-versioning==0.13.1