From ce1f689fd07822f09cc319347d7980b40d0c3fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 01:02:25 +0000 Subject: [PATCH 1/2] Bump lxml from 4.9.2 to 4.9.3 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 4.9.3. - [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.2...lxml-4.9.3) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 022221a3a3a..e6b2e3028e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # native dependencies Pillow==10.0.0 -lxml==4.9.2 +lxml==4.9.3 psycopg2==2.9.6 Django==3.2.20 From 79e75e7a6bfeffcd2b09ac196405bbc0ffbe147b Mon Sep 17 00:00:00 2001 From: afabiani Date: Mon, 10 Jul 2023 12:45:20 +0200 Subject: [PATCH 2/2] - Align "setup.cfg" to "requirements.txt" --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d30ae2d8c54..4dc30ace2c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ setup_requires = install_requires = # native dependencies Pillow==10.0.0 - lxml==4.9.2 + lxml==4.9.3 psycopg2==2.9.6 Django==3.2.20