From 7d6424115c02543b5d37d6c0025eed70279e2eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:47:54 +0100 Subject: [PATCH] chore(deps-dev): update flake8-logging requirement from 1.5.0 to 1.6.0 (#87) Updates the requirements on [flake8-logging](https://github.com/adamchainz/flake8-logging) to permit the latest version. - [Changelog](https://github.com/adamchainz/flake8-logging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/flake8-logging/compare/1.5.0...1.6.0) --- updated-dependencies: - dependency-name: flake8-logging dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7085a4e..d9a963c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ flake8-bugbear = { version="24.2.6", python=">=3.8.1" } flake8-isort = "6.1.1" flake8-quotes = "3.4.0" flake8-use-fstring = "1.4" -flake8-logging = "1.5.0" +flake8-logging = "1.6.0"