From c8d00714438bf38c02d612841297a07d642ea89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:37:42 +0000 Subject: [PATCH] build(deps-dev): bump flake8-encodings from 0.5.0.post1 to 0.5.1 Bumps [flake8-encodings](https://github.com/python-formate/flake8-encodings) from 0.5.0.post1 to 0.5.1. - [Release notes](https://github.com/python-formate/flake8-encodings/releases) - [Commits](https://github.com/python-formate/flake8-encodings/compare/v0.5.0.post1...v0.5.1) --- updated-dependencies: - dependency-name: flake8-encodings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a21d8822..38f2e80cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "pytest-cov==4.1.0", "flake8==6.1.0", "flake8-bugbear==23.11.26", - "flake8-encodings==0.5.0.post1", + "flake8-encodings==0.5.1", "flake8-comprehensions==3.14.0", "flake8-logging-format==0.9.0", "flake8-no-implicit-concat==0.3.5",