diff --git a/poetry.lock b/poetry.lock index cb351d8..7ab4077 100644 --- a/poetry.lock +++ b/poetry.lock @@ -408,7 +408,7 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" [[package]] name = "pathspec" -version = "0.10.1" +version = "0.10.2" description = "Utility library for gitignore style pattern matching of file paths." category = "main" optional = false @@ -701,7 +701,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "17b11f5ff52a406bc96033707778dc1e1cc4c720dfd336638329cde6c0f92dab" +content-hash = "3b2787df1952fbeabc62f2cd253e01d03fe127459b4cbdd112d5de80ad1449f2" [metadata.files] anyconfig = [ @@ -915,8 +915,8 @@ packaging = [ {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, ] pathspec = [ - {file = "pathspec-0.10.1-py3-none-any.whl", hash = "sha256:46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f93"}, - {file = "pathspec-0.10.1.tar.gz", hash = "sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d"}, + {file = "pathspec-0.10.2-py3-none-any.whl", hash = "sha256:88c2606f2c1e818b978540f73ecc908e13999c6c3a383daf3705652ae79807a5"}, + {file = "pathspec-0.10.2.tar.gz", hash = "sha256:8f6bf73e5758fd365ef5d58ce09ac7c27d2833a8d7da51712eac6e27e35141b0"}, ] pbr = [ {file = "pbr-5.11.0-py2.py3-none-any.whl", hash = "sha256:db2317ff07c84c4c63648c9064a79fe9d9f5c7ce85a9099d4b6258b3db83225a"}, diff --git a/pyproject.toml b/pyproject.toml index d94a5d4..50ac76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ colorama = "0.4.6" environs = "9.5.0" jsonschema = "4.17.0" nested-lookup = "0.2.25" -pathspec = "0.10.1" +pathspec = "0.10.2" python = "^3.7.0" python-json-logger = "2.0.4" "ruamel.yaml" = "0.17.21"