From 4e0f79f93126a24a5cc75eff3624b448607a667f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 02:27:08 +0000 Subject: [PATCH] build: Bump flake8-quotes from 3.3.2 to 3.4.0 Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 3.3.2 to 3.4.0. - [Commits](https://github.com/zheller/flake8-quotes/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: flake8-quotes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ed4a983..913a6047 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ lint = [ "flake8-mutable==1.2.0", "flake8-noqa==1.4.0", "flake8-pytest-style==1.7.2", - "flake8-quotes==3.3.2", + "flake8-quotes==3.4.0", "flake8-use-fstring==1.4", "mypy==1.8.0", "isort==5.13.2",