From 09b39a350ae732955254bcc5df60bdf0f141c7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:59:08 +0000 Subject: [PATCH] Bump virtualenv from 20.30.0 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.30.0 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.30.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 68b3d4bf..d3225072 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,7 +2,7 @@ # uv pip compile requirements.dev.in --output-file=requirements.dev.txt cfgv==3.3.1 # via pre-commit -coverage==7.8.0 +coverage[toml]==7.8.0 # via -r requirements.dev.in distlib==0.3.9 # via virtualenv @@ -10,7 +10,7 @@ factory-boy==3.2.0 # via -r requirements.dev.in faker==9.3.1 # via factory-boy -filelock==3.18.0 +filelock==3.20.3 # via virtualenv identify==2.3.0 # via pre-commit @@ -56,5 +56,5 @@ types-urllib3==1.26.7 # via types-requests typing-extensions==4.13.2 # via mypy -virtualenv==20.30.0 +virtualenv==20.36.1 # via pre-commit