Skip to content

Commit ae6b176

Browse files
Update types-lxml requirement from >=2025.3.30,~=2025.0 to >=2025,<2027
Updates the requirements on [types-lxml](https://github.com/abelcheung/types-lxml) to permit the latest version. - [Release notes](https://github.com/abelcheung/types-lxml/releases) - [Commits](abelcheung/types-lxml@2025.03.30...2026.01.01) --- updated-dependencies: - dependency-name: types-lxml dependency-version: 2026.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a2b28a commit ae6b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tests = [
7575
"pytest-asyncio~=1.3",
7676
"pytest-cov~=7.0",
7777
"ruff~=0.13.1",
78-
"types-lxml~=2025.3",
78+
"types-lxml>=2025.3,<2027.0",
7979
"types-python-dateutil~=2.9",
8080
"types-pyyaml~=6.0",
8181
# types-requests~=2.32 depends on urllib3>=2

0 commit comments

Comments
 (0)