From 7a5cc595c3a39ada6da78d2871b4089d77cb6591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 00:56:17 +0000 Subject: [PATCH] chore(deps-dev): update attrs requirement from ~=21.2.0 to ~=23.1.0 Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/21.2.0...23.1.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d243f5a8..0bd2922f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ coverage==5.5 coveralls==2.2.0 pytest==6.2.4 pytest-cov==2.12.1 -attrs~=21.2.0 +attrs~=23.1.0 Sphinx==5.3.0 sphinx-bootstrap-theme==0.8.1 sphinxcontrib-fulltoc==1.2.0