Updates dependencies
* updates Django to latest 3.x version * updates several other packages to latest (compatible) version
This commit is contained in:
parent
60b6968436
commit
f37f1ca433
@ -5,7 +5,7 @@ Contact: ksp-servicestelle@sgdnord.rlp.de
|
||||
Created on: 18.08.22
|
||||
|
||||
"""
|
||||
from bootstrap_modal_forms.utils import is_ajax
|
||||
from bootstrap_modal_forms.mixins import is_ajax
|
||||
from dal import autocomplete
|
||||
from django import forms
|
||||
from django.contrib import messages
|
||||
|
@ -8,7 +8,7 @@ Created on: 16.11.20
|
||||
|
||||
from functools import wraps
|
||||
|
||||
from bootstrap_modal_forms.utils import is_ajax
|
||||
from bootstrap_modal_forms.mixins import is_ajax
|
||||
from django.contrib import messages
|
||||
from django.shortcuts import redirect, get_object_or_404, render
|
||||
from django.urls import reverse
|
||||
|
@ -6,7 +6,7 @@ Created on: 15.08.22
|
||||
|
||||
"""
|
||||
from bootstrap_modal_forms.forms import BSModalForm
|
||||
from bootstrap_modal_forms.utils import is_ajax
|
||||
from bootstrap_modal_forms.mixins import is_ajax
|
||||
from django.contrib import messages
|
||||
from django.http import HttpResponseRedirect, HttpRequest
|
||||
from django.shortcuts import render
|
||||
|
@ -1,51 +1,70 @@
|
||||
amqp==5.0.9
|
||||
asgiref==3.3.1
|
||||
beautifulsoup4==4.9.3
|
||||
amqp==5.1.1
|
||||
asgiref==3.7.2
|
||||
async-timeout==4.0.3
|
||||
beautifulsoup4==4.12.2
|
||||
billiard==3.6.4.0
|
||||
cached-property==1.5.2
|
||||
celery==5.2.3
|
||||
certifi==2020.11.8
|
||||
certifi==2023.7.22
|
||||
cffi==1.15.1
|
||||
chardet==3.0.4
|
||||
click==8.0.3
|
||||
click-didyoumean==0.3.0
|
||||
click-plugins==1.1.1
|
||||
click-repl==0.2.0
|
||||
Deprecated==1.2.13
|
||||
Django==3.1.3
|
||||
django-autocomplete-light==3.9.0rc5
|
||||
django-bootstrap-modal-forms==2.2.0
|
||||
django-bootstrap4==3.0.1
|
||||
django-debug-toolbar==3.1.1
|
||||
django-filter==2.4.0
|
||||
coverage==7.2.7
|
||||
cryptography==41.0.1
|
||||
Deprecated==1.2.14
|
||||
Django==3.2.20
|
||||
django-autocomplete-light==3.9.7
|
||||
django-bootstrap-modal-forms==3.0.4
|
||||
django-bootstrap4==23.1
|
||||
django-cors-headers==4.1.0
|
||||
django-filter==23.2
|
||||
django-fontawesome-5==1.0.18
|
||||
django-simple-sso==1.1.0
|
||||
django-tables2==2.3.4
|
||||
django-js-asset==2.0.0
|
||||
django-mptt==0.13.4
|
||||
django-simple-sso==1.2.0
|
||||
django-tables2==2.6.0
|
||||
django_debug_toolbar==3.8.1
|
||||
et-xmlfile==1.1.0
|
||||
idna==2.10
|
||||
importlib-metadata==2.1.1
|
||||
itsdangerous==0.24
|
||||
gitdb==4.0.10
|
||||
GitPython==3.1.32
|
||||
gunicorn==21.2.0
|
||||
idna==3.4
|
||||
importlib-metadata==4.13.0
|
||||
itsdangerous==2.1.2
|
||||
kombu==5.2.3
|
||||
openpyxl==3.0.9
|
||||
OWSLib==0.25.0
|
||||
packaging==21.3
|
||||
pika==1.2.0
|
||||
openpyxl==3.1.2
|
||||
packaging==23.1
|
||||
pika==1.3.2
|
||||
pkg_resources==0.0.0
|
||||
prompt-toolkit==3.0.24
|
||||
psycopg2==2.8.6
|
||||
psycopg2-binary==2.9.1
|
||||
pycparser==2.21
|
||||
PyGithub==1.59.1
|
||||
PyJWT==2.8.0
|
||||
PyNaCl==1.5.0
|
||||
pyparsing==3.0.6
|
||||
pyproj==3.2.1
|
||||
python-dateutil==2.8.2
|
||||
pytz==2021.3
|
||||
PyYAML==6.0
|
||||
python-gitlab==3.15.0
|
||||
pytz==2023.3
|
||||
PyYAML==6.0.1
|
||||
qrcode==7.3.1
|
||||
redis==4.1.0
|
||||
redis==4.6.0
|
||||
requests==2.25.0
|
||||
requests-toolbelt==1.0.0
|
||||
six==1.15.0
|
||||
smmap==5.0.0
|
||||
soupsieve==2.2.1
|
||||
sqlparse==0.4.1
|
||||
urllib3==1.26.2
|
||||
typing_extensions==4.7.1
|
||||
urllib3==1.26.16
|
||||
vine==5.0.0
|
||||
wcwidth==0.2.5
|
||||
webservices==0.7
|
||||
wrapt==1.13.3
|
||||
xmltodict==0.12.0
|
||||
zipp==3.4.1
|
||||
xmltodict==0.13.0
|
||||
zipp==3.15.0
|
||||
|
Loading…
Reference in New Issue
Block a user