diff --git a/poetry.lock b/poetry.lock index b4d0ec8..e82f259 100644 --- a/poetry.lock +++ b/poetry.lock @@ -382,18 +382,21 @@ pyflakes = ">=2.3.0,<2.4.0" [[package]] name = "flynt" -version = "0.76" +version = "0.78" description = "CLI tool to convert a python project's %-formatted strings to f-strings." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "flynt-0.76-py3-none-any.whl", hash = "sha256:fc122c5f589b0c4d019d7d33597f4925fd886a8e6fb3cbadb918e4baa3661687"}, - {file = "flynt-0.76.tar.gz", hash = "sha256:7a99c5a550ea9e8c21203f6999ed8ce69cbad7bc8465268469777cf06413193a"}, + {file = "flynt-0.78-py3-none-any.whl", hash = "sha256:3a4cf278518f7dec3af52c94b5e7c395f623186503a684b2ba28705522871e74"}, + {file = "flynt-0.78.tar.gz", hash = "sha256:15082167a538ea56b6ce4ca6874c22c739710759832dda78d8f43b6079b7e646"}, ] [package.dependencies] astor = "*" -tomli = ">=1.1.0" +tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} + +[package.extras] +dev = ["build", "pre-commit", "pytest", "pytest-cov", "twine"] [[package]] name = "identify" @@ -1355,4 +1358,4 @@ docs = ["sphinx", "sphinx-immaterial"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "638695ef8b06b97e4f078c14ef157d68811963960fbeb69f778ffb0813dc8eb9" +content-hash = "33c470713195a6d6e736bdb25b56095d2a02a2a23323deb8fc10baf23fa518f6" diff --git a/pyproject.toml b/pyproject.toml index 3fc2082..f39abff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pytest = "^7" pytest-flake8 = "*" pytest-cov = "*" mypy = "^0.910" -flynt = "^0.76" +flynt = "^0.78" [tool.poetry.group.docs.dependencies] sphinx = "^5.3.0"