mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-23 19:40:40 +00:00
fix(deps): update dependency python-json-logger to v2.0.7 (#246)
This commit is contained in:
parent
bc9f2a6873
commit
42e3738727
8
poetry.lock
generated
8
poetry.lock
generated
@ -272,14 +272,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]
|
||||
|
||||
[[package]]
|
||||
name = "python-json-logger"
|
||||
version = "2.0.6"
|
||||
version = "2.0.7"
|
||||
description = "A python library adding a json log formatter"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "python-json-logger-2.0.6.tar.gz", hash = "sha256:ed33182c2b438a366775c25c1219ebbd5bd7f71694c644d6b3b3861e19565ae3"},
|
||||
{file = "python_json_logger-2.0.6-py3-none-any.whl", hash = "sha256:3af8e5b907b4a5b53cae249205ee3a3d3472bd7ad9ddfaec136eec2f2faf4995"},
|
||||
{file = "python-json-logger-2.0.7.tar.gz", hash = "sha256:23e7ec02d34237c5aa1e29a070193a4ea87583bb4e7f8fd06d3de8264c4b2e1c"},
|
||||
{file = "python_json_logger-2.0.7-py3-none-any.whl", hash = "sha256:f380b826a991ebbe3de4d897aeec42760035ac760345e57b812938dc8b35e2bd"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -388,4 +388,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "a54ee2eec0c24c2692a678c97c16fb831f952978b8a68f5a7a1fdfc389b108e2"
|
||||
content-hash = "db618229620a16da7496609e681e27eea1389e3b409ac125e553542cdf315c2d"
|
||||
|
@ -38,7 +38,7 @@ version = "0.0.0"
|
||||
GitPython = "3.1.31"
|
||||
colorama = "0.4.6"
|
||||
python = "^3.7.0"
|
||||
python-json-logger = "2.0.6"
|
||||
python-json-logger = "2.0.7"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
git-batch = "gitbatch.cli:main"
|
||||
|
Loading…
Reference in New Issue
Block a user