From ef58269b7947072ab30a211dd0f144ba5d8d3c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:29:49 +0000 Subject: [PATCH] Bump flake8 from 7.1.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3517fe7b..b8664e18 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,13 +18,13 @@ click==8.1.7 # via pip-tools coverage==7.6.1 # via -r requirements-dev.in -django==4.2.13 +django==4.2.16 # via # -c ./requirements.txt # django-debug-toolbar django-debug-toolbar==4.4.6 # via -r requirements-dev.in -flake8==7.1.0 +flake8==7.1.1 # via -r requirements-dev.in importlib-metadata==6.8.0 # via build