3 Commits

Author SHA1 Message Date
dc1f5b169f chore: bump version number 2026-01-21 15:22:52 +02:00
42cc358cba Merge pull request #4 from kristoferssolo/dependabot/pip/pip-99a64d02cb 2026-01-21 15:19:42 +02:00
dependabot[bot]
58cd207215 chore(deps-dev): bump virtualenv in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [virtualenv](https://github.com/pypa/virtualenv).


Updates `virtualenv` from 20.35.4 to 20.36.1
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.35.4...20.36.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.36.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-13 20:08:36 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "bunyan-formatter"
version = "0.1.5"
version = "0.1.6"
description = "A custom formatter for Python's logging module that outputs logs in the Bunyan JSON format."
dependencies = []
readme = "README.md"

2
uv.lock generated
View File

@@ -4,7 +4,7 @@ requires-python = ">=3.10"
[[package]]
name = "bunyan-formatter"
version = "0.1.5"
version = "0.1.6"
source = { editable = "." }
[package.dev-dependencies]