From 2fd25b9cbc75a87fb2e3636729a6d9ed1a0256fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:07:56 +0000 Subject: [PATCH] Bump django from 4.1.3 to 4.2 Bumps [django](https://github.com/django/django) from 4.1.3 to 4.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.3...4.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 393a34d..052bf29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-environ==0.9.0 django-ninja==0.19.1 django-picklefield==3.1; python_version >= '3' django-q==1.3.9 -django==4.1.6 +django==4.2 gitdb==4.0.10; python_version >= '3.7' gitpython==3.1.30 idna==3.4; python_version >= '3.5'