From 5c5987c870c67592593384fce87dd73a160e43d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:10:02 +0000 Subject: [PATCH] Bump flake8 from 6.1.0 to 7.1.1 in /dummy-server Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dummy-server/poetry.lock | 24 ++++++++++++------------ dummy-server/pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dummy-server/poetry.lock b/dummy-server/poetry.lock index 99f94620..6b4c9128 100644 --- a/dummy-server/poetry.lock +++ b/dummy-server/poetry.lock @@ -218,19 +218,19 @@ standard = ["fastapi", "uvicorn[standard] (>=0.15.0)"] [[package]] name = "flake8" -version = "6.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-6.1.0-py2.py3-none-any.whl", hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5"}, - {file = "flake8-6.1.0.tar.gz", hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23"}, + {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] mccabe = ">=0.7.0,<0.8.0" -pycodestyle = ">=2.11.0,<2.12.0" -pyflakes = ">=3.1.0,<3.2.0" +pycodestyle = ">=2.12.0,<2.13.0" +pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "h11" @@ -619,13 +619,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pycodestyle" -version = "2.11.0" +version = "2.12.1" description = "Python style guide checker" optional = false python-versions = ">=3.8" files = [ - {file = "pycodestyle-2.11.0-py2.py3-none-any.whl", hash = "sha256:5d1013ba8dc7895b548be5afb05740ca82454fd899971563d2ef625d090326f8"}, - {file = "pycodestyle-2.11.0.tar.gz", hash = "sha256:259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0"}, + {file = "pycodestyle-2.12.1-py2.py3-none-any.whl", hash = "sha256:46f0fb92069a7c28ab7bb558f05bfc0110dac69a0cd23c61ea0040283a9d78b3"}, + {file = "pycodestyle-2.12.1.tar.gz", hash = "sha256:6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521"}, ] [[package]] @@ -767,13 +767,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pyflakes" -version = "3.1.0" +version = "3.2.0" description = "passive checker of Python programs" optional = false python-versions = ">=3.8" files = [ - {file = "pyflakes-3.1.0-py2.py3-none-any.whl", hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774"}, - {file = "pyflakes-3.1.0.tar.gz", hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"}, + {file = "pyflakes-3.2.0-py2.py3-none-any.whl", hash = "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a"}, + {file = "pyflakes-3.2.0.tar.gz", hash = "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f"}, ] [[package]] @@ -1268,4 +1268,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1ada633a5574e7a5533da71748bccbdf5865c00774bdc51f41278cb300e32f31" +content-hash = "a213ca719a5280f22cabdb415cb056d7ebdf8ff250529c6989a8674fc2159723" diff --git a/dummy-server/pyproject.toml b/dummy-server/pyproject.toml index 0c625735..33598b7f 100644 --- a/dummy-server/pyproject.toml +++ b/dummy-server/pyproject.toml @@ -16,7 +16,7 @@ pyhocon = "^0.3.61" [tool.poetry.group.dev.dependencies] mypy = "^1.11.0" black = "^24.8.0" -flake8 = "^6.1.0" +flake8 = "^7.1.1" isort = "^5.12.0" ddt = "^1.6.0" pytest = "^8.3.2"