Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion annotated_logger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 12 additions & 8 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# - ruff
# - typing_extensions
# - makefun
# - pychoir
# - python-json-logger>=3.1.0
# - requests
# - pychoir
#

certifi==2026.7.22
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Loading