From bb0a6af1342046fbcebcfb3eddf6294bb7162343 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <33836132+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 03:15:22 +0000 Subject: [PATCH] :wrench:Update requirements files after dependency update [skip ci] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 51800fd..6060f20 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ pytest-xdist==3.6.1 ; python_version >= "3.10" and python_version < "4.0" pytest==8.3.3 ; python_version >= "3.10" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.10" and python_version < "4.0" ruff==0.8.0 ; python_version >= "3.10" and python_version < "4.0" -taskipy==1.14.0 ; python_version >= "3.10" and python_version < "4.0" +taskipy==1.14.1 ; python_version >= "3.10" and python_version < "4.0" tomli==2.1.0 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" virtualenv==20.27.1 ; python_version >= "3.10" and python_version < "4.0"