From 4a19081885d3bcf91eb0cab477d8cd941e60e930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:31:06 +0000 Subject: [PATCH 1/2] Bump wheel from 0.38.4 to 0.46.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.38.4 to 0.46.2. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.38.4...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 257e5d2..0e0cac4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ boto3==1.20.38 webdavclient3==3.14.6 requests==2.32.4 setuptools>=40.8.0 -wheel==0.38.4 +wheel==0.46.2 pyyaml==6.0.1 awslambdaric==2.0.12 rucio-clients==36.5.0 From 8a8d638ecb88f483bda8b548de8c772b5a1a8a43 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Fernandez Date: Fri, 23 Jan 2026 09:42:23 +0100 Subject: [PATCH 2/2] Add condition to report coverage on pull requests --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a660a94..c4ccd9c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,6 +28,7 @@ jobs: - name: Generate XML coverage report run: python -m coverage xml - name: Report coverage + if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} uses: codacy/codacy-coverage-reporter-action@v1 with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}