From d6f93b4320ecfc3dbc9c8bcabd0f762d89d88a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 17:57:13 +0000 Subject: [PATCH] Bump django from 4.2.1 to 4.2.2 Bumps [django](https://github.com/django/django) from 4.2.1 to 4.2.2. - [Commits](https://github.com/django/django/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f58382a4..8c04dd8c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ colorama==0.4.6 # via tox distlib==0.3.6 # via virtualenv -django==4.2.1 +django==4.2.2 # via -r requirements-dev.in filelock==3.12.0 # via