Skip to content

Commit 35ed42a

Browse files
⬆️ Update lxml requirement from <5.0,>=4.6.5 to >=4.6.5,<6.0 (#1365)
1 parent 1114e72 commit 35ed42a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Create coverage
5959
run: coverage xml
6060
- name: Upload to Codecov
61-
if: github.event.pull_request.head.repo.full_name == github.repository && github.repository == 'useblocks/sphinx-needs' && matrix.os == 'ubuntu-latest'
61+
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'
6262
uses: codecov/codecov-action@v3
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test = [
4545
"pytest-cov~=6.0",
4646
"syrupy~=4.0",
4747
"sphinxcontrib-plantuml~=0.0",
48-
"lxml>=4.6.5,<5.0",
48+
"lxml>=4.6.5,<6.0",
4949
"responses~=0.22.0",
5050
"pytest-xprocess~=1.0",
5151
]

0 commit comments

Comments
 (0)