From ea5ebab6492a7266805d68a58d40073454da23bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 02:57:53 +0100 Subject: [PATCH] build: Bump django from 4.1.9 to 4.1.10 (#109) Bumps [django](https://github.com/django/django) from 4.1.9 to 4.1.10. - [Commits](https://github.com/django/django/compare/4.1.9...4.1.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c432d3..d424155 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ click==8.1.3 # via pip-tools distlib==0.3.6 # via virtualenv -django==4.1.9 +django==4.1.10 # via -r requirements.in filelock==3.8.0 # via virtualenv