fix(deps): update dependency pathspec to v0.11.0 (#464)

This commit is contained in:
renovate[bot] 2023-02-02 12:21:23 +01:00 committed by GitHub
parent fbcc0e3dfa
commit cf5af9f34f
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

@ -774,14 +774,14 @@ files = [
[[package]] [[package]]
name = "pathspec" name = "pathspec"
version = "0.10.3" version = "0.11.0"
description = "Utility library for gitignore style pattern matching of file paths." description = "Utility library for gitignore style pattern matching of file paths."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "pathspec-0.10.3-py3-none-any.whl", hash = "sha256:3c95343af8b756205e2aba76e843ba9520a24dd84f68c22b9f93251507509dd6"}, {file = "pathspec-0.11.0-py3-none-any.whl", hash = "sha256:3a66eb970cbac598f9e5ccb5b2cf58930cd8e3ed86d393d541eaf2d8b1705229"},
{file = "pathspec-0.10.3.tar.gz", hash = "sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6"}, {file = "pathspec-0.11.0.tar.gz", hash = "sha256:64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc"},
] ]
[[package]] [[package]]
@ -1514,4 +1514,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "db6669363199bea8e86dbd1dafc0f21cc887cd9c19ec7d64ee4ab9bdf5457424" content-hash = "c7509ee5d5f8accb64febff4c185da86dc74b7b17ea31ca019fe0a80756cdaff"

View File

@ -48,7 +48,7 @@ idna = "3.4"
ipaddress = "1.0.23" ipaddress = "1.0.23"
jsonschema = "4.17.3" jsonschema = "4.17.3"
nested-lookup = "0.2.25" nested-lookup = "0.2.25"
pathspec = "0.10.3" pathspec = "0.11.0"
python = "^3.7.0" python = "^3.7.0"
python-dateutil = "2.8.2" python-dateutil = "2.8.2"
python-json-logger = "2.0.4" python-json-logger = "2.0.4"