From 9e7ffdd4f0af7df32f19dc8f5e395c3e81b8edaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:14:20 +0000 Subject: [PATCH] Update dependency pyyaml to v6.0.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b3595d..4f12b8b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -39,7 +39,7 @@ pyproject-api==1.7.1 ; python_version >= "3.10" and python_version < "4" pytest-cov==5.0.0 ; python_version >= "3.10" and python_version < "4" pytest==8.3.2 ; python_version >= "3.10" and python_version < "4" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4" -pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4" +pyyaml==6.0.2 ; python_version >= "3.10" and python_version < "4" requests==2.32.3 ; python_version >= "3.10" and python_version < "4" responses==0.25.3 ; python_version >= "3.10" and python_version < "4" s3transfer==0.10.2 ; python_version >= "3.10" and python_version < "4"