From 24b5cf32e19d6153c42c73830635d72af8ca426a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:23:56 +0000 Subject: [PATCH] Update autoflake requirement from ~=2.2.1 to ~=2.3.0 Updates the requirements on [autoflake](https://github.com/PyCQA/autoflake) to permit the latest version. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: autoflake 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 41093525..4aeb116b 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,5 @@ anyio>=3.7.1 -autoflake~=2.2.1 +autoflake~=2.3.0 black~=23.12.1 isort~=5.13.2 pytest~=7.4.0