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,