From 33d9a833d5f15fb046490492d2b71ce22bd94c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:10:14 +0000 Subject: [PATCH] Update autopep8 requirement from ~=2.0 to ~=2.3 Updates the requirements on [autopep8](https://github.com/hhatto/autopep8) to permit the latest version. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.0.0...v2.3.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 79d8fbb..920a70e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -r requirements.txt # code quality -autopep8~=2.0 +autopep8~=2.3 black~=23.9 pycodestyle~=2.10 pylint~=3.0