From f988198dde0655beff8289fafba6018175a3174c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:25:44 +0000 Subject: [PATCH] Bump virtualenv from 20.31.2 to 20.34.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.31.2 to 20.34.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.31.2...20.34.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.34.0 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 1935404..8a48d53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ botocore boto3-stubs dspy numpy==2.3.1 -virtualenv==20.31.2 +virtualenv==20.34.0 urllib3==2.5.0 setuptools==80.9.0 h11==0.16.0