From 3c900016ba119adf95f88fd90aff709c88782a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 13:26:08 +0000 Subject: [PATCH] Bump attrs from 21.4.0 to 22.1.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 21.4.0 to 22.1.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-attrs/attrs/compare/21.4.0...22.1.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 09277c631..bcb1bc461 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def recursive_include(relative_dir): 'mypy-extensions==0.4.3', 'six>=1.10.0,<2.0.0', 'pip>=9,<22.2', - 'attrs>=19.3.0,<21.5.0', + 'attrs>=19.3.0,<22.2.0', 'jmespath>=0.9.3,<2.0.0', 'pyyaml>=5.3.1,<7.0.0', 'inquirer>=2.7.0,<3.0.0',