diff --git a/pyproject.toml b/pyproject.toml index 4f16a8f..58fa2c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bunyan-formatter" -version = "0.1.6" +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" diff --git a/requirements-dev.txt b/requirements-dev.txt index 9839865..5bec5b5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ distlib==0.3.8 # via virtualenv exceptiongroup==1.2.2 ; python_full_version < '3.11' # via pytest -filelock==3.20.3 +filelock==3.20.1 # via # tox # virtualenv diff --git a/uv.lock b/uv.lock index 9a691cb..c9f9d76 100644 --- a/uv.lock +++ b/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.10" [[package]] name = "bunyan-formatter" -version = "0.1.6" +version = "1.0.1" source = { editable = "." } [package.dev-dependencies]