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.3 (#156)
This commit is contained in:
parent
545f6b2e5c
commit
10b89a78e8
8
poetry.lock
generated
8
poetry.lock
generated
@ -481,7 +481,7 @@ dev = ["pre-commit", "tox", "pytest-asyncio"]
|
||||
|
||||
[[package]]
|
||||
name = "python-json-logger"
|
||||
version = "2.0.2"
|
||||
version = "2.0.3"
|
||||
description = "A python library adding a json log formatter"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -638,7 +638,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "a5969f5f747c118a734ae70b1080aabeffc7b25d6504dd2094b0eeef520d15fe"
|
||||
content-hash = "b37e262f1782b39cfc0e0e9615c85517fe557a801028ef981452b0e1000d355c"
|
||||
|
||||
[metadata.files]
|
||||
atomicwrites = [
|
||||
@ -880,8 +880,8 @@ pytest-mock = [
|
||||
{file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"},
|
||||
]
|
||||
python-json-logger = [
|
||||
{file = "python-json-logger-2.0.2.tar.gz", hash = "sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096"},
|
||||
{file = "python_json_logger-2.0.2-py3-none-any.whl", hash = "sha256:99310d148f054e858cd5f4258794ed6777e7ad2c3fd7e1c1b527f1cba4d08420"},
|
||||
{file = "python-json-logger-2.0.3.tar.gz", hash = "sha256:387d0e0bd74df0b47b857c2d13dd2110f98a52bf0e683b2be463d23bc307f285"},
|
||||
{file = "python_json_logger-2.0.3-py3-none-any.whl", hash = "sha256:00cb0cd5f6a7c98470ff56e2bbc790c3a9ece4295408b3da4666cf9557af812c"},
|
||||
]
|
||||
pyyaml = [
|
||||
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
|
||||
|
@ -37,7 +37,7 @@ version = "0.0.0"
|
||||
GitPython = "3.1.27"
|
||||
colorama = "0.4.5"
|
||||
python = "^3.7.0"
|
||||
python-json-logger = "2.0.2"
|
||||
python-json-logger = "2.0.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
bandit = "1.7.4"
|
||||
|
Loading…
Reference in New Issue
Block a user