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 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") 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 31b5a23..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 @@ -25,14 +25,16 @@ 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 - # via virtualenv +filelock==3.32.5 + # via + # python-discovery + # virtualenv freezegun==1.5.5 # via pytest-freezer identify==2.6.19 @@ -49,7 +51,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,10 +81,12 @@ 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 +python-discovery==1.6.0 + # via virtualenv python-json-logger==4.2.0 # via hatch.envs.dev pyyaml==6.0.3 @@ -93,7 +97,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 +107,5 @@ typing-extensions==4.16.0 # pyright urllib3==2.7.0 # via requests -virtualenv==21.7.4 +virtualenv==21.7.8 # via pre-commit