From b35786fc5420f2b83662411dfe4e427624914cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:04:52 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20lxml=20from=204.9.1=20to=206.1.0=20in=20?= =?UTF-8?q?/=E8=B3=87=E6=96=99=E9=9B=86/pydata-book-2nd-edition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [lxml](https://github.com/lxml/lxml) from 4.9.1 to 6.1.0. - [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-4.9.1...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pydata-book-2nd-edition/requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\350\263\207\346\226\231\351\233\206/pydata-book-2nd-edition/requirements.txt" "b/\350\263\207\346\226\231\351\233\206/pydata-book-2nd-edition/requirements.txt" index fb052bb3..a8b78f97 100644 --- "a/\350\263\207\346\226\231\351\233\206/pydata-book-2nd-edition/requirements.txt" +++ "b/\350\263\207\346\226\231\351\233\206/pydata-book-2nd-edition/requirements.txt" @@ -2,7 +2,7 @@ numpy==1.22.0 pandas==0.21.0 matplotlib==2.1.0 -lxml==4.9.1 +lxml==6.1.0 seaborn==0.8.1 statsmodels==0.8.0 scipy==1.0.0