diff --git a/poetry.lock b/poetry.lock index b6de210f..33931821 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "anyio" @@ -1094,14 +1094,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poetry" -version = "2.1.3" +version = "2.1.4" description = "Python dependency management and packaging made easy." optional = false python-versions = "<4.0,>=3.9" groups = ["pipx"] files = [ - {file = "poetry-2.1.3-py3-none-any.whl", hash = "sha256:7054d3f97ccce7f31961ead16250407c4577bfe57e2037a190ae2913fc40a20c"}, - {file = "poetry-2.1.3.tar.gz", hash = "sha256:f2c9bd6790b19475976d88ea4553bcc3533c0dc73f740edc4fffe9e2add50594"}, + {file = "poetry-2.1.4-py3-none-any.whl", hash = "sha256:0019b64d33fed9184a332f7fad60ca47aace4d6a0e9c635cdea21b76e96f32ce"}, + {file = "poetry-2.1.4.tar.gz", hash = "sha256:bed4af5fc87fb145258ac5b1dae77de2cd7082ec494e3b2f66bca0f477cbfc5c"}, ] [package.dependencies] @@ -1126,7 +1126,7 @@ shellingham = ">=1.5,<2.0" tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""} tomlkit = ">=0.11.4,<1.0.0" trove-classifiers = ">=2022.5.19" -virtualenv = ">=20.26.6,<21.0.0" +virtualenv = ">=20.26.6,<20.33.0" xattr = {version = ">=1.0.0,<2.0.0", markers = "sys_platform == \"darwin\""} [[package]] @@ -1837,4 +1837,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "543369115838ff2f1c7c1b58f5e0335baaa51cc1b562a83ef34a36f17c8b2007" +content-hash = "ac8a017cc4910d7838631fb73aeeac7eaf2a64b00f102276eed61e79ceabdcfe" diff --git a/pyproject.toml b/pyproject.toml index 96f34503..e5015308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ GitPython = "^3.1.44" optional = true [tool.poetry.group.pipx.dependencies] -poetry = "2.1.3" +poetry = "2.1.4" [build-system] requires = ["poetry-core>=1.0.0"]