From c7c1b4ed2f8eb426c1f1601b9fc82ed96c87f223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:30:36 +0000 Subject: [PATCH] Bump django from 2.2.3 to 4.2.16 in /django Bumps [django](https://github.com/django/django) from 2.2.3 to 4.2.16. - [Commits](https://github.com/django/django/compare/2.2.3...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/requirements.txt | 2 +- django/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django/requirements.txt b/django/requirements.txt index 7bc0137..226a44a 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -1,4 +1,4 @@ # requirements.txt file -Django==3.1.14 +Django==4.2.16 middleware-apm==1.2.1 diff --git a/django/setup.py b/django/setup.py index bbfe9ec..c7b92d7 100644 --- a/django/setup.py +++ b/django/setup.py @@ -42,7 +42,7 @@ def read(fname): url="https://github.com/django-ve/django-helloworld", license="GPL", platforms="OS Independent", - install_requires=["Django==2.2.3"], + install_requires=["Django==4.2.16"], packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES), include_package_data=True, zip_safe=False,