From 56db48637917b0569d5ef328403e98838b0a4f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:48:56 +0000 Subject: [PATCH] build: bump virtualenv from 20.28.1 to 20.29.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.28.1 to 20.29.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.28.1...20.29.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5203e61..7ea5f920 100644 --- a/requirements.txt +++ b/requirements.txt @@ -257,7 +257,7 @@ urllib3==2.3.0 # via # pygithub # requests -virtualenv==20.28.1 +virtualenv==20.29.0 # via pre-commit wcwidth==0.2.13 # via prompt-toolkit