From bd0c3eaae3ca1bb64805b817dc5bb31b14fd0127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:55:49 +0200 Subject: [PATCH] Update dependency PyYAML to <=6.0.2 (#25) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c2ca82f..8316b6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ package_dir = install_requires = click<=8.1.7 - PyYAML<=6.0.1 + PyYAML<=6.0.2 requests<=2.32.3 importlib-metadata<=8.2.0; python_version<"3.8"