Update to Django 3.1

This commit is contained in:
Florian Eitel 2023-01-14 13:02:34 +01:00
parent b32b05705d
commit f6239649aa
Signed by: flo
GPG Key ID: 9987EAFEF6F686BB
4 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ name = "pypi"
[packages]
dnspython = "*"
netaddr = "*"
django = "~=3.0.0"
django = "~=3.1.0"
django-bootstrap-form = "*"
django-referrer-policy = "*"
django-registration-redux = "*"

14
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "e69d1b89b750a32ddcc3b79ad32e823e55cd3e5d25e7ad1bce4c520803db6ac2"
"sha256": "f5ec96dcd1c393baba435295be3aaf3251b0d9cf9d8f4e17daec5a658b315a73"
},
"pipfile-spec": 6,
"requires": {
@ -233,11 +233,11 @@
},
"django": {
"hashes": [
"sha256:9bc7aa619ed878fedba62ce139abe663a147dccfd20e907725ec11e02a1ca225",
"sha256:d58d8394036db75a81896037d757357e79406e8f68816c3e8a28721c1d9d4c11"
"sha256:0fabc786489af16ad87a8c170ba9d42bfd23f7b699bd5ef05675864e8d012859",
"sha256:72a4a5a136a214c39cf016ccdd6b69e2aa08c7479c66d93f3a9b5e4bb9d8a347"
],
"index": "pypi",
"version": "==3.0.14"
"version": "==3.1.14"
},
"django-bootstrap-form": {
"hashes": [
@ -571,11 +571,11 @@
},
"django": {
"hashes": [
"sha256:9bc7aa619ed878fedba62ce139abe663a147dccfd20e907725ec11e02a1ca225",
"sha256:d58d8394036db75a81896037d757357e79406e8f68816c3e8a28721c1d9d4c11"
"sha256:0fabc786489af16ad87a8c170ba9d42bfd23f7b699bd5ef05675864e8d012859",
"sha256:72a4a5a136a214c39cf016ccdd6b69e2aa08c7479c66d93f3a9b5e4bb9d8a347"
],
"index": "pypi",
"version": "==3.0.14"
"version": "==3.1.14"
},
"django-debug-toolbar": {
"hashes": [

View File

@ -1,7 +1,7 @@
# packages always needed
dnspython
netaddr
django~=3.0.0
django~=3.1.0
django-bootstrap-form
django-referrer-policy
django-registration-redux

View File

@ -31,7 +31,7 @@ setup(
install_requires=[
'dnspython',
'netaddr',
'django>=3.0.0',
'django>=3.1.0',
'django-bootstrap-form',
'django-referrer-policy',
'django-registration-redux',