From 1fb01869ac6dbb6a014b1f76881cb25b5844448d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:58:32 +0000 Subject: [PATCH] Bump filelock from 3.20.0 to 3.20.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.0 to 3.20.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 05f9163121c1..08105435e3eb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,9 +12,11 @@ coverage==7.10.7 # via pytest-cov distlib==0.4.0 # via virtualenv +exceptiongroup==1.3.1 + # via pytest execnet==2.1.1 # via pytest-xdist -filelock==3.20.0 +filelock==3.20.3 # via # -r test-requirements.in # virtualenv @@ -57,14 +59,21 @@ pytest-xdist==3.8.0 # via -r test-requirements.in pyyaml==6.0.3 # via pre-commit -tomli==2.3.0 - # via -r test-requirements.in +tomli==2.3.0 ; python_version < "3.11" + # via + # -r mypy-requirements.txt + # -r test-requirements.in + # coverage + # pytest types-psutil==7.0.0.20251001 # via -r build-requirements.txt types-setuptools==80.9.0.20250822 # via -r build-requirements.txt typing-extensions==4.15.0 - # via -r mypy-requirements.txt + # via + # -r mypy-requirements.txt + # exceptiongroup + # virtualenv virtualenv==20.34.0 # via pre-commit