diff --git a/poetry.lock b/poetry.lock index 774ced8..aec47eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -494,4 +494,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "15b4d6586f7dcf0720faab2ffd7386465ab570393aba145a291dd1702f6b3f1d" +content-hash = "20efd462572ec70603072f8b641bb97dd027783eaf6e2e00ebd8b7a0fcc7aea8" diff --git a/pyproject.toml b/pyproject.toml index 72a9789..b69cac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,13 @@ repository = "https://github.com/ZeroGachis/magicparse" [tool.poetry.dependencies] python = "^3.9" -flake8-pyproject = "~1.2.3" [tool.poetry.group.dev.dependencies] black = "^23.12.1" flake8 = "^6.1.0" pytest = "^7.4.4" awscli = "~1" +flake8-pyproject = "~1.2.3" [build-system] requires = ["poetry-core>=1.2.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]