diff --git a/poetry.lock b/poetry.lock index 986c3393..c1fcbd64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "alembic" @@ -1848,19 +1848,22 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.10.0" +version = "0.19.0" description = "A task runner that works well with poetry." category = "dev" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.7" files = [ - {file = "poethepoet-0.10.0-py3-none-any.whl", hash = "sha256:6fb3021603d4421c6fcc40072bbcf150a6c52ef70ff4d3be089b8b04e015ef5a"}, - {file = "poethepoet-0.10.0.tar.gz", hash = "sha256:70b97cb194b978dc464c70793e85e6f746cddf82b84a38bfb135946ad71ae19c"}, + {file = "poethepoet-0.19.0-py3-none-any.whl", hash = "sha256:87038be589077e4b407050a9da644d9cd9e4076ccfc8abc7f855cf6870d5c6c2"}, + {file = "poethepoet-0.19.0.tar.gz", hash = "sha256:897eb85ec15876d79befc7d19d4c80ce7c8b214d1bb0dcfec640abd81616bfed"}, ] [package.dependencies] -pastel = ">=0.2.0,<0.3.0" -tomlkit = ">=0.6.0,<1.0.0" +pastel = ">=0.2.1,<0.3.0" +tomli = ">=1.2.2" + +[package.extras] +poetry-plugin = ["poetry (>=1.0,<2.0)"] [[package]] name = "pretty-errors" @@ -2628,18 +2631,6 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -[[package]] -name = "tomlkit" -version = "0.11.7" -description = "Style preserving TOML library" -category = "dev" -optional = false -python-versions = ">=3.7" -files = [ - {file = "tomlkit-0.11.7-py3-none-any.whl", hash = "sha256:5325463a7da2ef0c6bbfefb62a3dc883aebe679984709aee32a317907d0a8d3c"}, - {file = "tomlkit-0.11.7.tar.gz", hash = "sha256:f392ef70ad87a672f02519f99967d28a4d3047133e2d1df936511465fbb3791d"}, -] - [[package]] name = "tornado" version = "6.2" @@ -2777,4 +2768,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">3.7.1,<3.11" -content-hash = "4b15e0f483a35468c702ee65d6edb4e17b864b2e542c115b5eb6c03933e7b3f0" +content-hash = "1c27889012e321358a2becb7c3bf038038c3181855dce101fbb1453e598be50e" diff --git a/pyproject.toml b/pyproject.toml index d1c57036..e1cfd4fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ flake8 = "^4.0.1" flake8-bugbear = "^22.4.25" pytest-repeat = "^0.9.1" pytest-cov = "^3.0.0" -poethepoet = "^0.10.0" +poethepoet = "^0.19.0" [tool.pytest.ini_options]