diff --git a/poetry.lock b/poetry.lock index 364173a..ed90710 100644 --- a/poetry.lock +++ b/poetry.lock @@ -278,7 +278,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.14.0" +version = "0.15.0" description = "A task runner that works well with poetry." category = "dev" optional = false @@ -547,7 +547,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "1c3152f8da1eb7572fe52a0c359b3ed6ced726bfb4fc405b05a946f268f642c4" +content-hash = "d56c6b37f05edb34796e9bb88e7d2c1f2afacb3cb3fc5a293d907f5a52c69b39" [metadata.files] atomicwrites = [ @@ -715,8 +715,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] poethepoet = [ - {file = "poethepoet-0.14.0-py3-none-any.whl", hash = "sha256:e274988b469306c11b634b1c6b1cf1ffc880353afbcff874540090c3c9c50c2c"}, - {file = "poethepoet-0.14.0.tar.gz", hash = "sha256:1557f324e3ad791d86f515d4138dbfd97ac71c6ff3ec2d308f4d792e3002d1f0"}, + {file = "poethepoet-0.15.0-py3-none-any.whl", hash = "sha256:8ca49d8a9928a3ce1753315d6df0866888557eccb0fe37a8c88fea47454cfe12"}, + {file = "poethepoet-0.15.0.tar.gz", hash = "sha256:5843260c9074b6c42bf2e51f21107efe37e230cf75da3dd3f4b43904f365b26c"}, ] pre-commit = [ {file = "pre_commit-2.19.0-py2.py3-none-any.whl", hash = "sha256:10c62741aa5704faea2ad69cb550ca78082efe5697d6f04e5710c3c229afdd10"}, diff --git a/pyproject.toml b/pyproject.toml index 99b3257..a51e169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ include = ["alfort/py.typed"] python = "^3.10" [tool.poetry.dev-dependencies] -poethepoet = "^0.14.0" +poethepoet = "^0.15.0" pyright = "^1.1.238" pytest = "^7.1.1" pytest-cov = "^3.0.0"