diff --git a/poetry.lock b/poetry.lock index 08018c94..b3066b9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -701,20 +701,37 @@ files = [ [[package]] name = "pipx" -version = "1.2.1" +version = "1.3.3" description = "Install and Run Python Applications in Isolated Environments" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pipx-1.2.1-py3-none-any.whl", hash = "sha256:22fba63cffab0f009c7939449ec8dfe6a98f1b88b72ddd1ff05820bda56d5898"}, - {file = "pipx-1.2.1.tar.gz", hash = "sha256:698777c05a97cca81df4dc6a71d9ca4ece2184c6f91dc7a0e4802ac51d86d32a"}, + {file = "pipx-1.3.3-py3-none-any.whl", hash = "sha256:ce119a15f04da670d44ff1c493c7f9510639f610c720f0381abfed8aac5cef81"}, + {file = "pipx-1.3.3.tar.gz", hash = "sha256:6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7"}, ] [package.dependencies] argcomplete = ">=1.9.4" colorama = {version = ">=0.4.4", markers = "sys_platform == \"win32\""} -packaging = ">=20.0" -userpath = ">=1.6.0" +packaging = ">=20" +platformdirs = ">=2.1" +tomli = {version = "*", markers = "python_version < \"3.11\""} +userpath = ">=1.6,<1.9.0 || >1.9.0" + +[[package]] +name = "platformdirs" +version = "4.1.0" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +optional = false +python-versions = ">=3.8" +files = [ + {file = "platformdirs-4.1.0-py3-none-any.whl", hash = "sha256:11c8f37bcca40db96d8144522d925583bdb7a31f7b0e37e3ed4318400a8e2380"}, + {file = "platformdirs-4.1.0.tar.gz", hash = "sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420"}, +] + +[package.extras] +docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.1)", "sphinx-autodoc-typehints (>=1.24)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)"] [[package]] name = "pluggy" @@ -983,13 +1000,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "userpath" -version = "1.9.0" +version = "1.9.1" description = "Cross-platform tool for adding locations to the user PATH" optional = false python-versions = ">=3.7" files = [ - {file = "userpath-1.9.0-py3-none-any.whl", hash = "sha256:8069f754d31edfbdb2c3b2e9abada057ce7518290838dac35d1c8cee1b4cc7b0"}, - {file = "userpath-1.9.0.tar.gz", hash = "sha256:85e3274543174477c62d5701ed43a3ef1051824a9dd776968adc411e58640dd1"}, + {file = "userpath-1.9.1-py3-none-any.whl", hash = "sha256:e085053e5161f82558793c41d60375289efceb4b77d96033ea9c84fc0893f772"}, + {file = "userpath-1.9.1.tar.gz", hash = "sha256:ce8176728d98c914b6401781bf3b23fccd968d1647539c8788c7010375e02796"}, ] [package.dependencies]