From c7f7c4f6d9ef40a291ff821642679890973adc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:10:35 +0000 Subject: [PATCH] Update lxml requirement from ^4.9.3 to ^5.1.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-4.9.3...lxml-5.1.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 810a998b..73cf8ca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ beautifulsoup4 = "^4.12.2" fastapi = "^0.104.0" httpx = {extras = ["http2"], version = "^0.26.0"} loguru = "^0.7.2" -lxml = "^4.9.3" +lxml = "^5.1.0" redis = "^5.0.1" uvicorn = {extras = ["standard"], version = "^0.25.0"} pydantic = "^2.4.2"