Merge pull request #1262 from GSA/dependabot/pip/flake8-7.1.1

Bump flake8 from 7.1.0 to 7.1.1
This commit is contained in:
Andrew Shumway
2024-08-19 16:07:04 -06:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1312,13 +1312,13 @@ typing = ["typing-extensions (>=4.8)"]
[[package]] [[package]]
name = "flake8" name = "flake8"
version = "7.1.0" version = "7.1.1"
description = "the modular source code checker: pep8 pyflakes and co" description = "the modular source code checker: pep8 pyflakes and co"
optional = false optional = false
python-versions = ">=3.8.1" python-versions = ">=3.8.1"
files = [ files = [
{file = "flake8-7.1.0-py2.py3-none-any.whl", hash = "sha256:2e416edcc62471a64cea09353f4e7bdba32aeb079b6e360554c659a122b1bc6a"}, {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"},
{file = "flake8-7.1.0.tar.gz", hash = "sha256:48a07b626b55236e0fb4784ee69a465fbf59d79eec1f5b4785c3d3bc57d17aa5"}, {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"},
] ]
[package.dependencies] [package.dependencies]
@@ -4757,4 +4757,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "41efbf6c8903708285130ce79dad6b5f8361e98357d8883495d3c647ec0f4146" content-hash = "e5dd6b0d8c3ea1ba59e15cda863e6ed00c1adade470b9d8f8e46b3ef5b09f461"

View File

@@ -86,7 +86,7 @@ bandit = "*"
black = "^24.8.0" black = "^24.8.0"
cloudfoundry-client = "*" cloudfoundry-client = "*"
exceptiongroup = "==1.2.2" exceptiongroup = "==1.2.2"
flake8 = "^7.1.0" flake8 = "^7.1.1"
flake8-bugbear = "^24.1.17" flake8-bugbear = "^24.1.17"
freezegun = "^1.5.1" freezegun = "^1.5.1"
honcho = "*" honcho = "*"