diff --git a/poetry.lock b/poetry.lock index c4b7b92..13aa872 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "astroid" @@ -532,17 +532,6 @@ files = [ pycodestyle = "*" setuptools = "*" -[[package]] -name = "flake8-json" -version = "24.4.0" -description = "JSON Formatting Reporter plugin for Flake8" -optional = false -python-versions = ">=3.6" -files = [ - {file = "flake8_json-24.4.0-py2.py3-none-any.whl", hash = "sha256:a8eda3ab44d3a79c8617cbf352fe3cb13d51e8be1e6e1e51f1ade11b11c1c849"}, - {file = "flake8_json-24.4.0.tar.gz", hash = "sha256:40293763c30efcf69cf442eab7e8124c27f36e97e7dd5d09edac6d565b2025de"}, -] - [[package]] name = "h11" version = "0.14.0" @@ -1197,4 +1186,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "491693cea8fc0b5329336d13ac484707c8c67b83cc8ac16e3f2caea2fc3e278e" +content-hash = "8820e935f0da01c825679fd8313728ccd36dfba95f0e1dbc798f66d88324ee6f" diff --git a/pyproject.toml b/pyproject.toml index 4e6cd1a..00f363a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ flake8 = "7.0.0" flake8-black = "0.3.6" flake8-bugbear = "24.4.21" flake8-import-order = "0.18.2" -flake8-json = "24.4.0" mypy = "1.9.0" pylint = "3.1.0"