mirror of
https://github.com/kristoferssolo/bunyan-formatter.git
synced 2026-02-04 06:22:05 +00:00
Compare commits
7 Commits
34f04f2350
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32884c1625 | ||
|
c4cb775a50
|
|||
| 9797e23c39 | |||
|
dc1f5b169f
|
|||
|
|
c22f28e87e | ||
| 42cc358cba | |||
|
|
58cd207215 |
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "bunyan-formatter"
|
||||
version = "0.1.5"
|
||||
version = "1.0.1"
|
||||
description = "A custom formatter for Python's logging module that outputs logs in the Bunyan JSON format."
|
||||
dependencies = []
|
||||
readme = "README.md"
|
||||
|
||||
@@ -15,7 +15,7 @@ distlib==0.3.8
|
||||
# via virtualenv
|
||||
exceptiongroup==1.2.2 ; python_full_version < '3.11'
|
||||
# via pytest
|
||||
filelock==3.20.1
|
||||
filelock==3.20.3
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
@@ -66,7 +66,7 @@ typing-extensions==4.15.0
|
||||
# mypy
|
||||
# tox
|
||||
# virtualenv
|
||||
virtualenv==20.35.4
|
||||
virtualenv==20.36.1
|
||||
# via
|
||||
# pre-commit
|
||||
# tox
|
||||
|
||||
Reference in New Issue
Block a user