From 4a3ffc823b74cf3e3af6adec4988dba370454932 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:44:28 +0200 Subject: [PATCH] fix(deps): update dependency pathspec to v0.11.2 (#564) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9f316c3..d6ed70a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -505,13 +505,13 @@ files = [ [[package]] name = "pathspec" -version = "0.11.1" +version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." optional = false python-versions = ">=3.7" files = [ - {file = "pathspec-0.11.1-py3-none-any.whl", hash = "sha256:d8af70af76652554bd134c22b3e8a1cc46ed7d91edcdd721ef1a0c51a84a5293"}, - {file = "pathspec-0.11.1.tar.gz", hash = "sha256:2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687"}, + {file = "pathspec-0.11.2-py3-none-any.whl", hash = "sha256:1d6ed233af05e679efb96b1851550ea95bbb64b7c490b0f5aa52996c11e92a20"}, + {file = "pathspec-0.11.2.tar.gz", hash = "sha256:e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3"}, ] [[package]] @@ -1159,4 +1159,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "9d831382c24385ad3fea356007e6317ab10278ed2e040bc8fc8d34bc920b00ef" +content-hash = "137f7c5f8eced474b32e225e1c18601a088b404ffabe9563cd23d4578b6d73f4" diff --git a/pyproject.toml b/pyproject.toml index 40b85f8..f85b030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ idna = "3.4" ipaddress = "1.0.23" jsonschema = "4.18.4" nested-lookup = "0.2.25" -pathspec = "0.11.1" +pathspec = "0.11.2" python = "^3.8.0" python-dateutil = "2.8.2" python-json-logger = "2.0.7"