4 Commits

Author SHA1 Message Date
dependabot[bot]
32884c1625 chore(deps-dev): bump the uv group across 1 directory with 2 updates
Bumps the uv group with 2 updates in the / directory: [filelock](https://github.com/tox-dev/py-filelock) and [virtualenv](https://github.com/pypa/virtualenv).


Updates `filelock` from 3.20.1 to 3.20.3
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.1...3.20.3)

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: filelock
  dependency-version: 3.20.3
  dependency-type: direct:development
  dependency-group: uv
- dependency-name: virtualenv
  dependency-version: 20.36.1
  dependency-type: direct:development
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-23 06:47:07 +00:00
c4cb775a50 chore: bump version number 2026-01-23 08:45:45 +02:00
9797e23c39 Merge pull request #5 from kristoferssolo/dependabot/uv/uv-81c3d069c8 2026-01-21 15:25:00 +02:00
dependabot[bot]
c22f28e87e chore(deps-dev): bump filelock in the uv group across 1 directory
Bumps the uv group with 1 update in the / directory: [filelock](https://github.com/tox-dev/py-filelock).


Updates `filelock` from 3.20.1 to 3.20.3
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.1...3.20.3)

---
updated-dependencies:
- dependency-name: filelock
  dependency-version: 3.20.3
  dependency-type: direct:development
  dependency-group: uv
...

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

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "bunyan-formatter" 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." description = "A custom formatter for Python's logging module that outputs logs in the Bunyan JSON format."
dependencies = [] dependencies = []
readme = "README.md" readme = "README.md"

View File

@@ -15,7 +15,7 @@ distlib==0.3.8
# via virtualenv # via virtualenv
exceptiongroup==1.2.2 ; python_full_version < '3.11' exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via pytest # via pytest
filelock==3.20.1 filelock==3.20.3
# via # via
# tox # tox
# virtualenv # virtualenv
@@ -66,7 +66,7 @@ typing-extensions==4.15.0
# mypy # mypy
# tox # tox
# virtualenv # virtualenv
virtualenv==20.35.4 virtualenv==20.36.1
# via # via
# pre-commit # pre-commit
# tox # tox

2
uv.lock generated
View File

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