diff --git a/poetry.lock b/poetry.lock index a96b8a4..290b025 100644 --- a/poetry.lock +++ b/poetry.lock @@ -326,7 +326,7 @@ importlib-metadata = {version = ">=0.9", markers = "python_version < \"3.8\""} [[package]] name = "flake8-use-fstring" -version = "1.3" +version = "1.4" description = "Flake8 plugin for string formatting style." category = "dev" optional = false @@ -761,7 +761,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "24f13eb1b29db7ac69e17e1b67b43883c486b665d675deafb8b3ab992522e8df" +content-hash = "32e8fbb0091d0ad2f1f94efa03d0a1bad3f5d0d909c4cda9831d19aa09416035" [metadata.files] aniso8601 = [ @@ -912,7 +912,7 @@ flake8-simplify = [ {file = "flake8_simplify-0.19.2.tar.gz", hash = "sha256:a30ef76bf1c0cb89a52a8a5cee37667688e61a66735e997c08d56cd002f9e3e9"}, ] flake8-use-fstring = [ - {file = "flake8-use-fstring-1.3.tar.gz", hash = "sha256:1bd4a409adbb93e64e711fdd26b88759c33792e3899f174edc68ddf7307e81b6"}, + {file = "flake8-use-fstring-1.4.tar.gz", hash = "sha256:6550bf722585eb97dffa8343b0f1c372101f5c4ab5b07ebf0edd1c79880cdd39"}, ] graphene = [ {file = "graphene-2.1.9-py2.py3-none-any.whl", hash = "sha256:3d446eb1237c551052bc31155cf1a3a607053e4f58c9172b83a1b597beaa0868"}, diff --git a/pyproject.toml b/pyproject.toml index c48c93f..af5d407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ flake8-quotes = "^3.3.1" flake8-comprehensions = "^3.8.0" flake8-eradicate = "^1.2.1" flake8-simplify = "^0.19.2" -flake8-use-fstring = "^1.3" +flake8-use-fstring = "^1.4" flake8-annotations = "^2.9.0" pep8-naming = "^0.12.1" django-seed = "^0.3.1"