fix(deps): update dependency pathspec to v0.12.1 (#642)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-12 08:55:02 +01:00 committed by GitHub
parent ea56dc4f41
commit 3ea1adfe03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -493,13 +493,13 @@ files = [
[[package]]
name = "pathspec"
version = "0.11.2"
version = "0.12.1"
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pathspec-0.11.2-py3-none-any.whl", hash = "sha256:1d6ed233af05e679efb96b1851550ea95bbb64b7c490b0f5aa52996c11e92a20"},
{file = "pathspec-0.11.2.tar.gz", hash = "sha256:e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3"},
{file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"},
{file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
]
[[package]]
@ -1130,4 +1130,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "db76e0692d7278aaf9347f24a0c269fd8991c9e96edae8e70ba59600ce727582"
content-hash = "201fb818e4b9b90ce0b5214c0963c4eb3cffffd64e0832a81b3e60d12bef4404"

View File

@ -48,7 +48,7 @@ idna = "3.6"
ipaddress = "1.0.23"
jsonschema = "4.20.0"
nested-lookup = "0.2.25"
pathspec = "0.11.2"
pathspec = "0.12.1"
python = "^3.8.0"
python-dateutil = "2.8.2"
python-json-logger = "2.0.7"