From 16ea9e90cdcbcb4b6aca179cfaa12fbcb517189a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:39:59 +0000 Subject: [PATCH 1/2] :arrow_up: Update lxml requirement from <5.0,>=4.6.5 to >=4.6.5,<6.0 Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.5...lxml-5.3.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e7df57ad..da384b526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ "pytest-cov~=6.0", "syrupy~=4.0", "sphinxcontrib-plantuml~=0.0", - "lxml>=4.6.5,<5.0", + "lxml>=4.6.5,<6.0", "responses~=0.22.0", "pytest-xprocess~=1.0", ] From 373daf739fc5c16d7954257d90165d6f60dbb593 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 7 Jan 2025 09:48:20 +0100 Subject: [PATCH 2/2] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4c0ffa57..d0f5ac2c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: - name: Create coverage run: coverage xml - name: Upload to Codecov - if: github.event.pull_request.head.repo.full_name == github.repository && github.repository == 'useblocks/sphinx-needs' && matrix.os == 'ubuntu-latest' + if: github.event.pull_request.head.repo.full_name == github.repository && github.repository == 'useblocks/sphinx-needs' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }}