From 39712f9e6b7d441fba21556a66d296fbf99ba6d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 12:42:25 +0100 Subject: [PATCH] fix(deps): update dependency pathspec to v0.10.3 (#503) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2de2ce9..6dd938d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -683,14 +683,14 @@ files = [ [[package]] name = "pathspec" -version = "0.10.2" +version = "0.10.3" description = "Utility library for gitignore style pattern matching of file paths." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pathspec-0.10.2-py3-none-any.whl", hash = "sha256:88c2606f2c1e818b978540f73ecc908e13999c6c3a383daf3705652ae79807a5"}, - {file = "pathspec-0.10.2.tar.gz", hash = "sha256:8f6bf73e5758fd365ef5d58ce09ac7c27d2833a8d7da51712eac6e27e35141b0"}, + {file = "pathspec-0.10.3-py3-none-any.whl", hash = "sha256:3c95343af8b756205e2aba76e843ba9520a24dd84f68c22b9f93251507509dd6"}, + {file = "pathspec-0.10.3.tar.gz", hash = "sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6"}, ] [[package]] @@ -1128,4 +1128,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "2fd0a31227c62e78f6f570affb50d9ba543d1d873b0d6c9243a63c9d75d036ab" +content-hash = "463faaa7a222819f9f5d4894733a2a18208a6aa449532bf2beecbb606021af22" diff --git a/pyproject.toml b/pyproject.toml index 8ad4534..3265ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ colorama = "0.4.6" flake8 = "5.0.4" jsonschema = "4.17.3" nested-lookup = "0.2.25" -pathspec = "0.10.2" +pathspec = "0.10.3" python = "^3.9.0" python-json-logger = "2.0.4" toolz = "0.12.0"