From 199d0510d71ca43577feab0e1bfd0952d9ebaf7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:40:45 +0000 Subject: [PATCH] Bump types-lxml from 2026.1.1 to 2026.2.16 Bumps [types-lxml](https://github.com/abelcheung/types-lxml) from 2026.1.1 to 2026.2.16. - [Release notes](https://github.com/abelcheung/types-lxml/releases) - [Changelog](https://github.com/abelcheung/types-lxml/blob/main/CHANGELOG.md) - [Commits](https://github.com/abelcheung/types-lxml/compare/2026.01.01...2026.02.16) --- updated-dependencies: - dependency-name: types-lxml dependency-version: 2026.2.16 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 00d12c9..43aed09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -748,14 +748,14 @@ types-webencodings = "*" [[package]] name = "types-lxml" -version = "2026.1.1" +version = "2026.2.16" description = "Complete lxml external type annotation" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_lxml-2026.1.1-py3-none-any.whl", hash = "sha256:b01dc6f6547713642ce3c44c77218501d7ae4a66a01b977d9df97825e8ec7f13"}, - {file = "types_lxml-2026.1.1.tar.gz", hash = "sha256:b1066ab033bab6c046e4c9e6f0368ab5713fe0a2e30ffe8f92ff449e07662d2d"}, + {file = "types_lxml-2026.2.16-py3-none-any.whl", hash = "sha256:5dd81ffa54830e5f361988737c5f1d6a0ae48b2742790637ec560df790ea0401"}, + {file = "types_lxml-2026.2.16.tar.gz", hash = "sha256:b3a1340cc06db98d541c785732f6f68bea438daff4e2b7809ef748d545d01406"}, ] [package.dependencies] @@ -765,7 +765,7 @@ types-html5lib = ">=1.1.11.20250809,<1.2.0.0" typing_extensions = ">=4.15,<5.0" [package.extras] -dev = ["basedpyright (>=1.31.6) ; platform_machine != \"i686\"", "html5lib (==1.1)", "hypothesis (>=6.127.7)", "lxml (>=5.0)", "mypy (>=1.18.1)", "pook (>=2.0)", "pyrefly (>=0.46.3)", "pyright (>=1.1.406)", "pytest (>=7.0,<9)", "pytest-mypy-plugins (>=3.2.0)", "pytest-revealtype-injector (>=0.7.1)", "rnc2rng", "ruff (>=0.6,<1.0)", "tox (>=4.24,<5.0)", "ty (>=0.0.7)", "tzdata", "urllib3 (>=2.0)"] +dev = ["basedpyright (>=1.31.6) ; platform_machine != \"i686\"", "html5lib (==1.1)", "hypothesis (>=6.127.7)", "lxml (>=5.0)", "mypy (>=1.18.1)", "pook (>=2.0)", "pre-commit", "pyrefly (>=0.46.3)", "pyright (>=1.1.406)", "pytest (>=7.0,<9)", "pytest-revealtype-injector (>=0.9.0)", "rnc2rng", "tox (>=4.24,<5.0)", "ty (>=0.0.7)", "tzdata", "urllib3 (>=2.0)"] mypy = ["mypy (>=1.18.1)"] [[package]] @@ -816,4 +816,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "115523334c3b9a71766e198f0b94b0fc2d379d15b5ee77318eb13d7cc2445387" +content-hash = "2a8ec0c7f2d68970c78785d7679a9e1fdd53a67a3738a946d84244ef0bdb89cc" diff --git a/pyproject.toml b/pyproject.toml index fb25bfe..e9a4b06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest-cov = "^7.0.0" mypy = "^1.19.1" ruff = "^0.15.1" tox = "^4.36.0" -types-lxml = "^2026.1.1" +types-lxml = "^2026.2.16" [build-system] requires = ["setuptools>=61.0"]