Skip to content

Commit cd8e67c

Browse files
chore(deps-dev): update flake8-quotes requirement from 3.3.2 to 3.4.0 (#552)
Updates the requirements on [flake8-quotes](https://github.com/zheller/flake8-quotes) to permit the latest version. - [Commits](zheller/flake8-quotes@3.3.2...3.4.0) --- updated-dependencies: - dependency-name: flake8-quotes dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 153d83e commit cd8e67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ flake8 = { version="7.0.0", python=">=3.8.1" }
8989
flake8-annotations = { version="3.0.1", python=">=3.8.1" }
9090
flake8-bugbear = { version="24.2.6", python=">=3.8.1" }
9191
flake8-isort = "6.1.1"
92-
flake8-quotes = "3.3.2"
92+
flake8-quotes = "3.4.0"
9393
flake8-use-fstring = "1.4"
9494
pep8-naming = "0.13.3"
9595
isort = "5.13.2"

0 commit comments

Comments
 (0)