mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
fix(deps): update dependency pathspec to v0.10.3 (#446)
This commit is contained in:
parent
9e0e4d3bfa
commit
825068c98d
8
poetry.lock
generated
8
poetry.lock
generated
@ -689,14 +689,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pathspec"
|
name = "pathspec"
|
||||||
version = "0.10.2"
|
version = "0.10.3"
|
||||||
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.2-py3-none-any.whl", hash = "sha256:88c2606f2c1e818b978540f73ecc908e13999c6c3a383daf3705652ae79807a5"},
|
{file = "pathspec-0.10.3-py3-none-any.whl", hash = "sha256:3c95343af8b756205e2aba76e843ba9520a24dd84f68c22b9f93251507509dd6"},
|
||||||
{file = "pathspec-0.10.2.tar.gz", hash = "sha256:8f6bf73e5758fd365ef5d58ce09ac7c27d2833a8d7da51712eac6e27e35141b0"},
|
{file = "pathspec-0.10.3.tar.gz", hash = "sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -1423,4 +1423,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 = "e139d47a113f66dac6e46cf26ffe944a5970ad37d19dd561a789636235b91479"
|
content-hash = "241638d4c788fe625a9676838aa5f90971058005caafb7de0bf129fa80ef3de0"
|
||||||
|
@ -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.2"
|
pathspec = "0.10.3"
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user