From d48820acd5e5a6240ff60a5ca6125a5efaec2a95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 21:39:53 +0100 Subject: [PATCH] fix(deps): update dependency pathspec to v0.10.2 (#488) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2006cfc..b576cd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -406,7 +406,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 @@ -716,7 +716,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "9b76db1a61d866525605c808db2c8189fa05656ae0907c0cfe39f19ee8e7ef19" +content-hash = "aadbb304d8f9dd485a030e1d00bccd53160773974e34b75c31eab0eadbadb4bc" [metadata.files] ansible = [ @@ -1019,8 +1019,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 3b052f3..8801987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ colorama = "0.4.6" flake8 = "5.0.4" jsonschema = "4.17.0" nested-lookup = "0.2.25" -pathspec = "0.10.1" +pathspec = "0.10.2" python = "^3.8.0" python-json-logger = "2.0.4" toolz = "0.12.0"