From ce53d2c7b84ece4f9f40eaf77ae6dd38a5d779b2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:15:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 237ab5d..08d71fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ classifiers = [options] packages = find: install_requires = - ruamel.yaml>=0.15, < 0.17.39 + ruamel.yaml>=0.15,<0.17.39 tomli>=1.1.0;python_version<"3.11" python_requires = >=3.8