chore(deps-dev): bump flake8 from 7.1.1 to 7.1.2 (#6954)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-19 08:09:58 +05:30
committed by GitHub
parent bc1b2ad9ab
commit d12ca6301a
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -1466,13 +1466,13 @@ typing = ["typing-extensions (>=4.7.1)"]
[[package]]
name = "flake8"
version = "7.1.1"
version = "7.1.2"
description = "the modular source code checker: pep8 pyflakes and co"
optional = false
python-versions = ">=3.8.1"
files = [
{file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"},
{file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"},
{file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"},
{file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"},
]
[package.dependencies]
@@ -5091,4 +5091,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "5cba48541680de7913f3a2a62e6f541d951dd3c3e2ab72f78b859c33f3d03f1e"
content-hash = "396514839709c84bbe79f3c327438ccba7bf3cb25559673e1463dbb72bd83f35"
+1 -1
View File
@@ -79,7 +79,7 @@ bandit = "1.8.3"
black = "24.10.0"
coverage = "7.6.12"
docker = "7.1.0"
flake8 = "7.1.1"
flake8 = "7.1.2"
freezegun = "1.5.1"
mock = "5.1.0"
moto = {extras = ["all"], version = "5.0.28"}