From 29318cf388b26df022beb2eac5a77c9239e70641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 01:06:57 +0000 Subject: [PATCH] Update lxml requirement from ~=5.4.0 to ~=6.0.2 Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. - [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-5.4.0...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46c92605..20c1b63b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Flask-CORS~=6.0.1 SQLAlchemy~=2.0.41 requests~=2.32.3 alembic~=1.16.4 -lxml~=5.4.0 +lxml~=6.0.2 werkzeug~=3.1.3 mercantile~=1.2.1 psycopg2-binary~=2.9.10