From c3b9a53e06c3208f328f6d1aa9faa878292794f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 21:02:58 +0000 Subject: [PATCH 1/4] [actions] (deps): Bump py-cov-action/python-coverage-comment-action Bumps the dev-dependencies group with 1 update in the / directory: [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action). Updates `py-cov-action/python-coverage-comment-action` from 4.1 to 4.3 - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](https://github.com/py-cov-action/python-coverage-comment-action/compare/5d8df5979747514c914e1c5a12335a7cf9a2745f...a05be3d2e8a6272d3ef5fb2840ab20368bb2eb71) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '4.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yaml | 2 +- .github/workflows/pytest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index c1a6e4a..79ff7c4 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -17,7 +17,7 @@ jobs: actions: read steps: - name: Python Coverage Comment - uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f + uses: py-cov-action/python-coverage-comment-action@a05be3d2e8a6272d3ef5fb2840ab20368bb2eb71 with: GITHUB_TOKEN: ${{ github.token }} GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 54c3d7a..308662b 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -63,7 +63,7 @@ jobs: echo "[run]" >> .coveragerc echo "relative_files = true" >> .coveragerc - name: Python Coverage Comment - uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f + uses: py-cov-action/python-coverage-comment-action@a05be3d2e8a6272d3ef5fb2840ab20368bb2eb71 with: GITHUB_TOKEN: ${{ github.token }} MERGE_COVERAGE_FILES: true From e5ceaf84975a6ddc16a87d446918b78e6451d7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:04:12 +0000 Subject: [PATCH 2/4] [pip][dev] (deps-dev): Bump the dev-dependencies group across 1 directory with 6 updates Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.4` | `7.16.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.32.3` | `3.32.5` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.11.3` | `4.11.7` | | [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) | `4.1.0` | `5.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.4` | `0.16.6` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.7.4` | `21.7.8` | Updates `coverage` from 7.15.4 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.4...7.16.0) Updates `filelock` from 3.32.3 to 3.32.5 - [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.32.3...3.32.5) Updates `platformdirs` from 4.11.3 to 4.11.7 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.3...4.11.7) Updates `pytest-randomly` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-randomly/compare/4.1.0...5.0.0) Updates `ruff` from 0.16.4 to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.4...0.16.6) Updates `virtualenv` from 21.7.4 to 21.7.8 - [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/21.7.4...21.7.8) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.32.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.11.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest-randomly dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 21.7.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 31b5a23..e09497d 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -25,13 +25,13 @@ cfgv==3.5.0 # via pre-commit charset-normalizer==3.5.1 # via requests -coverage==7.15.4 +coverage==7.16.0 # via # hatch.envs.dev # pytest-cov distlib==0.4.3 # via virtualenv -filelock==3.32.3 +filelock==3.32.5 # via virtualenv freezegun==1.5.5 # via pytest-freezer @@ -49,7 +49,7 @@ nodeenv==1.10.0 # pyright packaging==26.3 # via pytest -platformdirs==4.11.3 +platformdirs==4.11.7 # via virtualenv pluggy==1.6.0 # via @@ -79,7 +79,7 @@ pytest-github-actions-annotate-failures==0.4.2 # via hatch.envs.dev pytest-mock==3.15.1 # via hatch.envs.dev -pytest-randomly==4.1.0 +pytest-randomly==5.0.0 # via hatch.envs.dev python-dateutil==2.9.0.post0 # via freezegun @@ -93,7 +93,7 @@ requests==2.34.2 # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -ruff==0.16.4 +ruff==0.16.6 # via hatch.envs.dev six==1.17.0 # via python-dateutil @@ -103,5 +103,5 @@ typing-extensions==4.16.0 # pyright urllib3==2.7.0 # via requests -virtualenv==21.7.4 +virtualenv==21.7.8 # via pre-commit From 53d982f16584edd3f10ad164b9994942981a5fb4 Mon Sep 17 00:00:00 2001 From: Joseph Henrich Date: Tue, 8 Sep 2026 17:47:18 +0000 Subject: [PATCH 3/4] Update dependencies on 2026-09-08 --- requirements.txt | 2 +- requirements/requirements-dev.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index dff5d10..50d33f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ # This file is autogenerated by hatch-pip-compile with Python 3.12 # # - makefun -# - pychoir # - python-json-logger>=3.1.0 # - requests +# - pychoir # certifi==2026.7.22 diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index e09497d..23709cb 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -14,9 +14,9 @@ # - ruff # - typing_extensions # - makefun -# - pychoir # - python-json-logger>=3.1.0 # - requests +# - pychoir # certifi==2026.7.22 @@ -32,7 +32,9 @@ coverage==7.16.0 distlib==0.4.3 # via virtualenv filelock==3.32.5 - # via virtualenv + # via + # python-discovery + # virtualenv freezegun==1.5.5 # via pytest-freezer identify==2.6.19 @@ -83,6 +85,8 @@ pytest-randomly==5.0.0 # via hatch.envs.dev python-dateutil==2.9.0.post0 # via freezegun +python-discovery==1.6.0 + # via virtualenv python-json-logger==4.2.0 # via hatch.envs.dev pyyaml==6.0.3 From c4f7e40e751dcd2c10bf1923062cdc12a6216de8 Mon Sep 17 00:00:00 2001 From: Joseph Henrich Date: Tue, 8 Sep 2026 13:49:55 -0400 Subject: [PATCH 4/4] Bump version to 1.3.5 --- annotated_logger/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotated_logger/__init__.py b/annotated_logger/__init__.py index 8fb10fb..be63003 100644 --- a/annotated_logger/__init__.py +++ b/annotated_logger/__init__.py @@ -33,7 +33,7 @@ # https://test.pypi.org/project/annotated-logger/ # The dev versions in testpypi can then be pulled in to whatever project needed # the new feature. -VERSION = "1.3.4" # pragma: no mutate +VERSION = "1.3.5" # pragma: no mutate T = TypeVar("T") P = ParamSpec("P")