mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-25 05:30:39 +00:00
fix(deps): update dependency python-json-logger to v2.0.7 (#482)
This commit is contained in:
parent
83e3c0a158
commit
005a44842e
8
poetry.lock
generated
8
poetry.lock
generated
@ -689,14 +689,14 @@ cli = ["click (>=5.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-json-logger"
|
name = "python-json-logger"
|
||||||
version = "2.0.6"
|
version = "2.0.7"
|
||||||
description = "A python library adding a json log formatter"
|
description = "A python library adding a json log formatter"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
{file = "python-json-logger-2.0.6.tar.gz", hash = "sha256:ed33182c2b438a366775c25c1219ebbd5bd7f71694c644d6b3b3861e19565ae3"},
|
{file = "python-json-logger-2.0.7.tar.gz", hash = "sha256:23e7ec02d34237c5aa1e29a070193a4ea87583bb4e7f8fd06d3de8264c4b2e1c"},
|
||||||
{file = "python_json_logger-2.0.6-py3-none-any.whl", hash = "sha256:3af8e5b907b4a5b53cae249205ee3a3d3472bd7ad9ddfaec136eec2f2faf4995"},
|
{file = "python_json_logger-2.0.7-py3-none-any.whl", hash = "sha256:f380b826a991ebbe3de4d897aeec42760035ac760345e57b812938dc8b35e2bd"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -1124,4 +1124,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 = "865d1c0887422eaf3b97dd60044369102b9f02d8e7f4b62d104d9d0070ab6aa3"
|
content-hash = "5cda8ee9ff5536f53f420e68ab25f845b234c029d40ae5f8b5ce17134acf85f4"
|
||||||
|
@ -51,7 +51,7 @@ nested-lookup = "0.2.25"
|
|||||||
pathspec = "0.11.0"
|
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.6"
|
python-json-logger = "2.0.7"
|
||||||
requests = "2.28.2"
|
requests = "2.28.2"
|
||||||
"ruamel.yaml" = "0.17.21"
|
"ruamel.yaml" = "0.17.21"
|
||||||
websocket_client = "1.5.1"
|
websocket_client = "1.5.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user