From 2eabda6909e81503873f91259a7e2038467a2cb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 08:51:12 +0100 Subject: [PATCH] fix(deps): update dependency pathspec to v0.11.0 (#532) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8a237f5..c83f98a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -682,14 +682,14 @@ files = [ [[package]] name = "pathspec" -version = "0.10.3" +version = "0.11.0" description = "Utility library for gitignore style pattern matching of file paths." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pathspec-0.10.3-py3-none-any.whl", hash = "sha256:3c95343af8b756205e2aba76e843ba9520a24dd84f68c22b9f93251507509dd6"}, - {file = "pathspec-0.10.3.tar.gz", hash = "sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6"}, + {file = "pathspec-0.11.0-py3-none-any.whl", hash = "sha256:3a66eb970cbac598f9e5ccb5b2cf58930cd8e3ed86d393d541eaf2d8b1705229"}, + {file = "pathspec-0.11.0.tar.gz", hash = "sha256:64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc"}, ] [[package]] @@ -1132,4 +1132,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "5ace1017b67f91d84f90172165ffc59604e57628cd6a85aacf55e0fa9cd903bd" +content-hash = "2f0c4e4f4dbe856eaa1f1769d392330fd91ec743ddef8dfc68f752cbc12a0f49" diff --git a/pyproject.toml b/pyproject.toml index 3d83486..eeadaa1 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.3" +pathspec = "0.11.0" python = "^3.9.0" python-json-logger = "2.0.4" toolz = "0.12.0"