From c0f674cbe839174d3160362a277e9b2eee4dd399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:34:42 +0100 Subject: [PATCH] fix(deps): update dependency pathspec to v0.11.1 (#472) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6b5cf9e..fb12976 100644 --- a/poetry.lock +++ b/poetry.lock @@ -372,14 +372,14 @@ files = [ [[package]] name = "pathspec" -version = "0.11.0" +version = "0.11.1" description = "Utility library for gitignore style pattern matching of file paths." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pathspec-0.11.0-py3-none-any.whl", hash = "sha256:3a66eb970cbac598f9e5ccb5b2cf58930cd8e3ed86d393d541eaf2d8b1705229"}, - {file = "pathspec-0.11.0.tar.gz", hash = "sha256:64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc"}, + {file = "pathspec-0.11.1-py3-none-any.whl", hash = "sha256:d8af70af76652554bd134c22b3e8a1cc46ed7d91edcdd721ef1a0c51a84a5293"}, + {file = "pathspec-0.11.1.tar.gz", hash = "sha256:2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687"}, ] [[package]] @@ -727,4 +727,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "53b854eae73e2c68168b5d813d89929bac1e51718afc1c4b98f583195a800102" +content-hash = "f932febb0d1f4dd53b48afaef61d46617ed21deae20703a27cfe4ea5890bf34f" diff --git a/pyproject.toml b/pyproject.toml index f9a8918..15f25ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ colorama = "0.4.6" environs = "9.5.0" jsonschema = "4.17.3" nested-lookup = "0.2.25" -pathspec = "0.11.0" +pathspec = "0.11.1" python = "^3.7.0" python-json-logger = "2.0.7" "ruamel.yaml" = "0.17.21"