diff --git a/poetry.lock b/poetry.lock index cea4613..f55dc78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -71,14 +71,14 @@ files = [ [[package]] name = "bracex" -version = "2.6" +version = "3.0.1" description = "Bash style brace expander." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "bracex-2.6-py3-none-any.whl", hash = "sha256:0b0049264e7340b3ec782b5cb99beb325f36c3782a32e36e876452fd49a09952"}, - {file = "bracex-2.6.tar.gz", hash = "sha256:98f1347cd77e22ee8d967a30ad4e310b233f7754dbf31ff3fceb76145ba47dc7"}, + {file = "bracex-3.0.1-py3-none-any.whl", hash = "sha256:6523ad83aeb5098a4ee597cff0f964442ff74e460bd3fafaffab6a013ff2288c"}, + {file = "bracex-3.0.1.tar.gz", hash = "sha256:4e38e32392e4a4780fe15d644bfc7c8514057cfc3861e060b11814ce829c25e4"}, ] [[package]] @@ -96,21 +96,21 @@ files = [ [[package]] name = "docsig" -version = "0.88.0" +version = "0.92.2" description = "Check signature params for proper documentation" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "docsig-0.88.0-py3-none-any.whl", hash = "sha256:08148ae5fc22fc9cbcd7b959903d76f1983c4a979ef35ea63d1fc10ce0716116"}, - {file = "docsig-0.88.0.tar.gz", hash = "sha256:02d26dfe35335f3bdd2a5611157eac4c94dde009f49c33580b6a727824cd7e84"}, + {file = "docsig-0.92.2-py3-none-any.whl", hash = "sha256:aec3ba435abb2658a32801ea08b8054ba9250b4955585101932db43856d0b81c"}, + {file = "docsig-0.92.2.tar.gz", hash = "sha256:c64d825763903fd3ff32247fb4a4e52ef5777dbae796967b699566d51ebc4763"}, ] [package.dependencies] astroid = ">=4.0.2,<5.0.0" pathspec = ">=0.12.1,<1.2.0" tomli = ">=2.0.1,<3.0.0" -wcmatch = ">=8.5.2,<11.0.0" +wcmatch = ">=10.2.1,<11.0.0" [[package]] name = "exceptiongroup" @@ -609,20 +609,20 @@ files = [ [[package]] name = "wcmatch" -version = "10.1" +version = "10.2.1" description = "Wildcard/glob file name matcher." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "wcmatch-10.1-py3-none-any.whl", hash = "sha256:5848ace7dbb0476e5e55ab63c6bbd529745089343427caa5537f230cc01beb8a"}, - {file = "wcmatch-10.1.tar.gz", hash = "sha256:f11f94208c8c8484a16f4f48638a85d771d9513f4ab3f37595978801cb9465af"}, + {file = "wcmatch-10.2.1-py3-none-any.whl", hash = "sha256:2d775395b93f233af66690f62cb9d52b084ec159a31cc4084f4069d72f437acd"}, + {file = "wcmatch-10.2.1.tar.gz", hash = "sha256:ecac70a5c70e62ba854b78318d3a1408e8651f8f1c96e5837743b71aa6a4fb92"}, ] [package.dependencies] -bracex = ">=2.1.1" +bracex = ">=3.0" [metadata] lock-version = "2.1" python-versions = "~=3.10" -content-hash = "3bcbdbc790a9abc40f9d05effe9179be7191e263370c80c49f6f5008d31e60f6" +content-hash = "e8ce81400ec8da6c5f960218318efbd9171803e0e9ae7d7d2920d8642ef0492b" diff --git a/pyproject.toml b/pyproject.toml index 150b164..3cdd345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pytest-mock = ">=3.13.0" pytest-asyncio = ">=1.4.0" mypy = ">=2.1.0" ruff = '>=0.15.20' -docsig = ">=0.88.0" +docsig = ">=0.92.2" pytest-retry = ">=1.7.0" [tool.ruff]