From 3b8fcaf591422d9ec2f023d581c62a3e8a463fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:23:02 +0000 Subject: [PATCH] Bump django from 1.4.1 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.4.1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.4.1...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 688facc..fdeaeea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.4.1 +Django==2.2.24 django-dajax==0.9.1 django-dajaxice==0.5 nose==1.1.2 diff --git a/setup.py b/setup.py index c1c4200..27f0c7a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ name = "Brownian", version = "0.5-r108", packages = ["Brownian", "Brownian.view", "Brownian.view.templatetags", "Brownian.view.utils"], - install_requires = ["Django==1.4.1", "django-dajax==0.9.1", "django-dajaxice==0.5", "requests==0.13.6", "nose", "pytz"], + install_requires = ["Django==2.2.24", "django-dajax==0.9.1", "django-dajaxice==0.5", "requests==0.13.6", "nose", "pytz"], package_data = {'Brownian.view': ['static/css/*.css', 'static/img/*.png',