diff --git a/poetry.lock b/poetry.lock index 3953a35..131c9d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asgiref" @@ -1110,23 +1110,23 @@ files = [ [[package]] name = "poetry-dynamic-versioning" -version = "1.4.1" +version = "1.5.0" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "poetry_dynamic_versioning-1.4.1-py3-none-any.whl", hash = "sha256:44866ccbf869849d32baed4fc5fadf97f786180d8efa1719c88bf17a471bd663"}, - {file = "poetry_dynamic_versioning-1.4.1.tar.gz", hash = "sha256:21584d21ca405aa7d83d23d38372e3c11da664a8742995bdd517577e8676d0e1"}, + {file = "poetry_dynamic_versioning-1.5.0-py3-none-any.whl", hash = "sha256:d111952266a5a6963bf3a44b757ff034810e09ff1580098022964e78a097765b"}, + {file = "poetry_dynamic_versioning-1.5.0.tar.gz", hash = "sha256:68b25c26407cf0d13d51d5dc7fc45667bc041032fda42ce89401c4ce82917837"}, ] [package.dependencies] dunamai = ">=1.21.0,<2.0.0" jinja2 = ">=2.11.1,<4" -poetry = {version = ">=1.2.0,<2.0.0", optional = true, markers = "extra == \"plugin\""} +poetry = {version = ">=1.2.0", optional = true, markers = "extra == \"plugin\""} tomlkit = ">=0.4" [package.extras] -plugin = ["poetry (>=1.2.0,<2.0.0)"] +plugin = ["poetry (>=1.2.0)"] [[package]] name = "poetry-plugin-export" @@ -1713,4 +1713,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "17cac4c17b984812e9ad8cae8ef828c2ddd297cd72bfc0c21f8e9131967f2556" +content-hash = "bca2cb6198ca9b23f304ab60cb4af93d29d91aebe54ef8d1143f2771cd207961" diff --git a/pyproject.toml b/pyproject.toml index f3b3432..13aac24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pytest = "^8.3.4" pytest-cov = "^6.0.0" mock = "^5.1.0" pytest-mock = "^3.10.0" -poetry-dynamic-versioning = {extras = ["plugin"], version = "^1.4.1"} +poetry-dynamic-versioning = {extras = ["plugin"], version = "^1.5.0"} [tool.poetry.dependencies] python = "^3.9"