fix(deps): update dependency pathspec to v0.10.2 (#429)

This commit is contained in:
renovate[bot] 2022-11-17 21:39:48 +01:00 committed by GitHub
parent 52241caf28
commit 4d55cab3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -480,7 +480,7 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[[package]]
name = "pathspec"
version = "0.10.1"
version = "0.10.2"
description = "Utility library for gitignore style pattern matching of file paths."
category = "main"
optional = false
@ -889,7 +889,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "452339ad34eb53b7bb08275575dfbf4b93f35a7d9aef78e015f5e8262358939d"
content-hash = "400f1d34da3dd5018b80264e51a70b110d1ea555b0b881e40a262e21edc1c368"
[metadata.files]
anyconfig = [
@ -1103,8 +1103,8 @@ packaging = [
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
]
pathspec = [
{file = "pathspec-0.10.1-py3-none-any.whl", hash = "sha256:46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f93"},
{file = "pathspec-0.10.1.tar.gz", hash = "sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d"},
{file = "pathspec-0.10.2-py3-none-any.whl", hash = "sha256:88c2606f2c1e818b978540f73ecc908e13999c6c3a383daf3705652ae79807a5"},
{file = "pathspec-0.10.2.tar.gz", hash = "sha256:8f6bf73e5758fd365ef5d58ce09ac7c27d2833a8d7da51712eac6e27e35141b0"},
]
pbr = [
{file = "pbr-5.11.0-py2.py3-none-any.whl", hash = "sha256:db2317ff07c84c4c63648c9064a79fe9d9f5c7ce85a9099d4b6258b3db83225a"},

View File

@ -47,7 +47,7 @@ idna = "3.4"
ipaddress = "1.0.23"
jsonschema = "4.17.0"
nested-lookup = "0.2.25"
pathspec = "0.10.1"
pathspec = "0.10.2"
python = "^3.7.0"
python-dateutil = "2.8.2"
python-json-logger = "2.0.4"