From 855eff5560eb4ff05b3e5a450f4dc671da0af066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 07:57:10 -0600 Subject: [PATCH] Bump flake8 from 7.1.0 to 7.1.1 (#11) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 030c62a..5c2984e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -440,13 +440,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "flake8" -version = "7.1.0" +version = "7.1.1" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-7.1.0-py2.py3-none-any.whl", hash = "sha256:2e416edcc62471a64cea09353f4e7bdba32aeb079b6e360554c659a122b1bc6a"}, - {file = "flake8-7.1.0.tar.gz", hash = "sha256:48a07b626b55236e0fb4784ee69a465fbf59d79eec1f5b4785c3d3bc57d17aa5"}, + {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, + {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, ] [package.dependencies] @@ -2047,4 +2047,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c9e5aade6d893c35a6338af855d4c24c808a7fcda4f714904dc05f2db6b4d31c" +content-hash = "0f06ad6d24346d34bb0437022778cf17cb9339b4072bb8626c6c8ea4a853ca66" diff --git a/pyproject.toml b/pyproject.toml index 921afb4..f694c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ mark = "mark.__main__:cli.command" [tool.poetry.group.dev.dependencies] respx = "^0.21.1" httpx = "^0.27.0" -flake8 = "^7.1.0" +flake8 = "^7.1.1" autopep8 = "^2.3.1" [build-system]