From a3692d3af907a74c5f151859c61e3409eb8e283d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:37:41 +0200 Subject: [PATCH] fix(deps): update dependency pathspec to v0.10.1 (#362) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1e3c8e8..c566e8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -397,11 +397,11 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" [[package]] name = "pathspec" -version = "0.9.0" +version = "0.10.1" description = "Utility library for gitignore style pattern matching of file paths." category = "main" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = ">=3.7" [[package]] name = "pbr" @@ -698,7 +698,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "d1cd0200af773173bf614abfdbd8642dd58b698a8a81ca7ebf7b1587b129806c" +content-hash = "7ffa1cdb52d63929b9571040ac811d3c1fdb9502311b50a278433ff934e675a0" [metadata.files] anyconfig = [ @@ -908,8 +908,8 @@ packaging = [ {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, ] pathspec = [ - {file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"}, - {file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"}, + {file = "pathspec-0.10.1-py3-none-any.whl", hash = "sha256:46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f93"}, + {file = "pathspec-0.10.1.tar.gz", hash = "sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d"}, ] pbr = [ {file = "pbr-5.10.0-py2.py3-none-any.whl", hash = "sha256:da3e18aac0a3c003e9eea1a81bd23e5a3a75d745670dcf736317b7d966887fdf"}, diff --git a/pyproject.toml b/pyproject.toml index 7e236d1..1936902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ colorama = "0.4.5" environs = "9.5.0" jsonschema = "4.14.0" nested-lookup = "0.2.25" -pathspec = "0.9.0" +pathspec = "0.10.1" python = "^3.7.0" python-json-logger = "2.0.4" "ruamel.yaml" = "0.17.21"