Skip to content

Commit 14c6c7c

Browse files
fix: upgrade lxml package version.
1 parent c73f55e commit 14c6c7c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install build environment
2323
run: |
24-
sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev
2524
python -m pip install --upgrade pip
2625
python -m pip install tox setuptools pytest pytest-cov codecov
2726
- name: Build and test with tox.
2827
run: |
29-
tox -vv -e flake8
28+
tox

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131

3232
dependencies = [
3333
"requests>=2.32.2,<3.0.0",
34-
"lxml>=4.9.3,<5.0.0",
34+
"lxml>=5.2.1,<6.0.0",
3535
]
3636

3737
[project.urls]

0 commit comments

Comments
 (0)