mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-24 13:50:42 +00:00
fix(deps): update dependency pathspec to v0.10.1 (#362)
This commit is contained in:
parent
129ac12b23
commit
a3692d3af9
10
poetry.lock
generated
10
poetry.lock
generated
@ -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"},
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user