From b0ff55befe024c79962d112cfc6511fe7c479336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:45:56 +0000 Subject: [PATCH] Bump virtualenv from 20.19.0 to 20.26.6 in /core/python311Action Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.19.0 to 20.26.6. - [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.19.0...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/python311Action/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/python311Action/requirements.txt b/core/python311Action/requirements.txt index 7f353ee..5ce6ffd 100644 --- a/core/python311Action/requirements.txt +++ b/core/python311Action/requirements.txt @@ -8,7 +8,7 @@ python-dateutil==2.8.2 requests==2.32.2 scrapy==2.11.2 simplejson==3.18.3 -virtualenv==20.19.0 +virtualenv==20.26.6 twisted==24.7.0 netifaces==0.11.0 # fix issue: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools