From efad8d7c4fec9a4253f7fec01b7de5c973200789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:57:05 +0000 Subject: [PATCH] Bump virtualenv from 20.29.3 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.29.3 to 20.36.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.29.3...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e159bc..5c2c730 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -91,7 +91,7 @@ typing-extensions==4.12.2 urllib3==2.3.0 uvicorn==0.34.0 uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32' -virtualenv==20.29.3 +virtualenv==20.36.1 watchdog==6.0.0 watchfiles==1.0.4 wcwidth==0.2.13