From 69291d12b2d0a9a2df1383572c9fbbcc749b662c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:15:07 +0000 Subject: [PATCH] chore(deps): Bump lxml from 5.2.2 to 5.3.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.2.2 to 5.3.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-5.2.2...lxml-5.3.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 664524fd..d0551ac8 100644 --- a/requirements.in +++ b/requirements.in @@ -13,7 +13,7 @@ Django>=2.2.24 djangorestframework>=3.10.3,<3.16 importlib-metadata==8.4.0 jsonschema==4.23.0 -lxml==5.2.2 +lxml==5.3.0 marshmallow==3.21.3 pydantic==2.9.2 pyOpenSSL==24.2.1 diff --git a/requirements.txt b/requirements.txt index ecc55476..c50f6b35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ jsonschema==4.23.0 # via -r requirements.in jsonschema-specifications==2023.12.1 # via jsonschema -lxml==5.2.2 +lxml==5.3.0 # via # -r requirements.in # signxml