mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
fix(deps): update dependency python-json-logger to v2.0.6 (#236)
This commit is contained in:
parent
19752e3b0d
commit
6105b190e4
10
poetry.lock
generated
10
poetry.lock
generated
@ -272,14 +272,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-json-logger"
|
name = "python-json-logger"
|
||||||
version = "2.0.4"
|
version = "2.0.6"
|
||||||
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.5"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
{file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"},
|
{file = "python-json-logger-2.0.6.tar.gz", hash = "sha256:ed33182c2b438a366775c25c1219ebbd5bd7f71694c644d6b3b3861e19565ae3"},
|
||||||
{file = "python_json_logger-2.0.4-py3-none-any.whl", hash = "sha256:3b03487b14eb9e4f77e4fc2a023358b5394b82fd89cecf5586259baed57d8c6f"},
|
{file = "python_json_logger-2.0.6-py3-none-any.whl", hash = "sha256:3af8e5b907b4a5b53cae249205ee3a3d3472bd7ad9ddfaec136eec2f2faf4995"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -387,4 +387,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 = "30be5bf6bbd7c14d68fe23238400c5f69db611ca6b43c1466e336af0cb7962dd"
|
content-hash = "a5b8a4b13f8bed034faf2ac98c8720085f39c81d4502469c2cfebb7d08c472e7"
|
||||||
|
@ -38,7 +38,7 @@ version = "0.0.0"
|
|||||||
GitPython = "3.1.31"
|
GitPython = "3.1.31"
|
||||||
colorama = "0.4.6"
|
colorama = "0.4.6"
|
||||||
python = "^3.7.0"
|
python = "^3.7.0"
|
||||||
python-json-logger = "2.0.4"
|
python-json-logger = "2.0.6"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
git-batch = "gitbatch.cli:main"
|
git-batch = "gitbatch.cli:main"
|
||||||
|
Loading…
Reference in New Issue
Block a user