diff --git a/pyproject.toml b/pyproject.toml index 7810428..b8d82ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ ] gh-actions-build = [ { include-group = "tests" }, - "pytest-github-actions-annotate-failures==0.4.1", + "pytest-github-actions-annotate-failures==0.4.2", ] gh-actions-check = [ { include-group = "check" }, diff --git a/uv.lock b/uv.lock index 70f40cf..55c4a34 100644 --- a/uv.lock +++ b/uv.lock @@ -453,7 +453,7 @@ docs = [ ] gh-actions-build = [ { name = "pytest", specifier = "==9.1.1" }, - { name = "pytest-github-actions-annotate-failures", specifier = "==0.4.1" }, + { name = "pytest-github-actions-annotate-failures", specifier = "==0.4.2" }, { name = "pytest-xdist", specifier = "==3.8.0" }, ] gh-actions-check = [ @@ -557,14 +557,14 @@ wheels = [ [[package]] name = "pytest-github-actions-annotate-failures" -version = "0.4.1" +version = "0.4.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/05/74/9ee7377ed117e7084e7a04a8e5748239b5b2b99a58daa55bfb0d8b9a1a19/pytest_github_actions_annotate_failures-0.4.1.tar.gz", hash = "sha256:cce5ed29b57e8f454fcc4414f8c9aaa9bf8e40848cfcb444b13d7204e9fc9dcb", size = 11748, upload-time = "2026-06-18T17:04:33.932Z" } +sdist = { url = "https://files.pythonhosted.org/packages/00/a0/bdb91581b03c41016c78e16b8ec36c34d8508206fcb30f1951c9cdff2e97/pytest_github_actions_annotate_failures-0.4.2.tar.gz", hash = "sha256:5dd18304512361788bc7b5c5c805db853f03f4950c6be09b088de6bab8e2e6c9", size = 12158, upload-time = "2026-06-19T15:59:17.445Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6a/cc/962a57f364ffe32dea6400a5115c23b217146597b8a445f8a5c656343f0d/pytest_github_actions_annotate_failures-0.4.1-py3-none-any.whl", hash = "sha256:d117bba2f975a357f4e395a71bf1638b4bcf5558fd7e8ee56d2480a521af8e03", size = 6117, upload-time = "2026-06-18T17:04:32.932Z" }, + { url = "https://files.pythonhosted.org/packages/3c/09/c44e658f3a27c588c2017d858c8b0fa962612af9b74326beabbf010c839c/pytest_github_actions_annotate_failures-0.4.2-py3-none-any.whl", hash = "sha256:02911cd3b55f235328a334f8ca6037a89944398b8e8b028c82de97111eff4071", size = 6151, upload-time = "2026-06-19T15:59:16.486Z" }, ] [[package]]