From 5db174259416faf92d3ee8f0cd4f79b9304bb7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 07:57:21 +0000 Subject: [PATCH] build(deps): update virtualenv requirement from ~=20.15 to ~=20.20 Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. - [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.15.0...20.20.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d43efe2da..b57b33dd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ schema~=0.7.5 SQLAlchemy~=1.4.46 sqlalchemy-migrate~=0.13 typing-extensions~=4.3.0 -virtualenv~=20.15 +virtualenv~=20.20