From 522b385063131270d47f4186c93e0de642a140b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:01:43 +0000 Subject: [PATCH] Bump virtualenv from 20.31.2 to 20.33.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.31.2 to 20.33.1. - [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.33.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.33.1 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..3fb363c 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.33.1 urllib3==2.5.0 setuptools==80.9.0 h11==0.16.0