From 6a0bdf79fbc97c06c816fdc25ef62693764ff76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:29:10 +0000 Subject: [PATCH] Bump django from 4.2.15 to 4.2.16 in /doctools Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.15...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doctools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctools/requirements.txt b/doctools/requirements.txt index 7a9c9dc3..7d5f5668 100644 --- a/doctools/requirements.txt +++ b/doctools/requirements.txt @@ -1,2 +1,2 @@ -django==4.2.15 +django==4.2.16 lxml>=4.6.3