From 2083bc882326deff9595e591c4bf14a25f45bfa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:26:04 +0000 Subject: [PATCH] Update lxml requirement from ~=5.2.2 to ~=5.3.0 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.2.2...lxml-5.3.0) --- updated-dependencies: - dependency-name: lxml 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 40666d2..2586318 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ArchivesSnake~=0.10.1 -lxml~=5.2.2 +lxml~=5.3.0 mysql~=0.0.3 mysqlclient==2.2.4 mysql-connector-python==8.4.0