From 698c26f2879b6f95b2d2c1f5fdffa9080ac7558b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 09:03:12 +0000 Subject: [PATCH] chore(backend)(deps): update flake8 requirement in /app Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 88ee04b..56bd5a2 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -54,7 +54,7 @@ redis>=5.0.0 pytest>=7.4.0 pytest-cov>=4.1.0 pytest-asyncio>=0.21.0 -flake8>=6.1.0 +flake8>=7.3.0 black>=23.9.0 isort>=5.12.0 mypy>=1.5.0 \ No newline at end of file