From ca03ab720cc345d11cba86044ef85f4f7540b520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 02:04:43 +0000 Subject: [PATCH] chore(deps-dev): Update flake8-logging requirement from 1.7.0 to 1.8.0 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.7.0...1.8.0) --- updated-dependencies: - dependency-name: flake8-logging dependency-version: 1.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d70a54e4..0c54b317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ flake8-isort = "6.1.2" flake8-quotes = "3.4.0" flake8-use-fstring = "1.4" pep8-naming = "0.15.1" -flake8-logging = "1.7.0" +flake8-logging = "1.8.0" isort = "6.0.1" autopep8 = "2.3.2" mypy = "1.17.1"