Skip to content

Commit

Permalink
⬆️ Update lxml requirement from <5.0,>=4.6.5 to >=4.6.5,<6.0 (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 1114e72 commit 35ed42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 35ed42a

Please sign in to comment.