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

This commit is contained in:
renovate[bot] 2022-11-17 21:39:53 +01:00 committed by GitHub
parent 90b92d2509
commit d48820acd5
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

@ -406,7 +406,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
@ -716,7 +716,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "9b76db1a61d866525605c808db2c8189fa05656ae0907c0cfe39f19ee8e7ef19"
content-hash = "aadbb304d8f9dd485a030e1d00bccd53160773974e34b75c31eab0eadbadb4bc"
[metadata.files]
ansible = [
@ -1019,8 +1019,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

@ -42,7 +42,7 @@ colorama = "0.4.6"
flake8 = "5.0.4"
jsonschema = "4.17.0"
nested-lookup = "0.2.25"
pathspec = "0.10.1"
pathspec = "0.10.2"
python = "^3.8.0"
python-json-logger = "2.0.4"
toolz = "0.12.0"