From 3ba83f101578011b22d93e6a9283e4d410d82f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:14:50 +0000 Subject: [PATCH] Bump lxml from 6.0.1 to 6.0.2 Bumps [lxml](https://github.com/lxml/lxml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.1...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 22053098..329fed7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ colorful==0.5.7 filetype==1.2.0 junit-xml==1.9 emoji==2.14.1 -lxml==6.0.1 +lxml==6.0.2 semver==3.0.4 IPython==7.16.1 orjson==3.10.15 diff --git a/requirements_dev.txt b/requirements_dev.txt index 20a886d7..760ca9ee 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ colorful==0.5.7 filetype==1.2.0 junit-xml==1.9 emoji==2.14.1 -lxml==6.0.1 +lxml==6.0.2 ddt==1.6.0 pytest==8.3.5 nose==1.3.7