diff --git a/poetry.lock b/poetry.lock index bfc48cd..74c87dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -457,13 +457,13 @@ files = [ [[package]] name = "pathspec" -version = "0.11.2" +version = "0.12.1" description = "Utility library for gitignore style pattern matching of file paths." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pathspec-0.11.2-py3-none-any.whl", hash = "sha256:1d6ed233af05e679efb96b1851550ea95bbb64b7c490b0f5aa52996c11e92a20"}, - {file = "pathspec-0.11.2.tar.gz", hash = "sha256:e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3"}, + {file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"}, + {file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"}, ] [[package]] @@ -881,4 +881,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "29fe5cfdc5091a96df13a24c80f478623ec9fad91c7940633ccb0105cb4e22ac" +content-hash = "d544d28c4bf3603027fa3372c27597b24cdfd3e0d95f8972d895639e3205deb4" diff --git a/pyproject.toml b/pyproject.toml index d19e5c4..5825753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ appdirs = "1.4.4" colorama = "0.4.6" jsonschema = "4.20.0" nested-lookup = "0.2.25" -pathspec = "0.11.2" +pathspec = "0.12.1" python = "^3.9.0" python-json-logger = "2.0.7" toolz = "0.12.0"