chore(deps): update dependency django to v4 (#2268)
* chore(deps): update dependency django to v4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
0900b11ef1
commit
f585172850
|
@ -51,5 +51,4 @@ DATABASES = {
|
||||||
LANGUAGE_CODE = "en-us"
|
LANGUAGE_CODE = "en-us"
|
||||||
TIME_ZONE = "UTC"
|
TIME_ZONE = "UTC"
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
USE_L10N = True
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
|
@ -29,7 +29,6 @@ from .prod import (
|
||||||
TEMPLATES,
|
TEMPLATES,
|
||||||
TIME_ZONE,
|
TIME_ZONE,
|
||||||
USE_I18N,
|
USE_I18N,
|
||||||
USE_L10N,
|
|
||||||
USE_TZ,
|
USE_TZ,
|
||||||
WSGI_APPLICATION,
|
WSGI_APPLICATION,
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Please do not edit this file, edit the setup.py file!
|
# Please do not edit this file, edit the setup.py file!
|
||||||
# This file is auto-generated by tools/extract_requirements.py.
|
# This file is auto-generated by tools/extract_requirements.py.
|
||||||
django-filter>=2.4.0,<22.2
|
django-filter>=2.4.0,<22.2
|
||||||
django>=3.2.12,<4.0
|
django>=4.1.4,<4.2
|
||||||
djangorestframework>=3.12.1,<3.15
|
djangorestframework>=3.12.1,<3.15
|
||||||
drf-spectacular>=0.22.1,<0.25
|
drf-spectacular>=0.22.1,<0.25
|
||||||
psycopg2>=2.8.6,<2.10
|
psycopg2>=2.8.6,<2.10
|
||||||
|
|
|
@ -2813,6 +2813,7 @@ paths:
|
||||||
- ml
|
- ml
|
||||||
- mn
|
- mn
|
||||||
- mr
|
- mr
|
||||||
|
- ms
|
||||||
- my
|
- my
|
||||||
- nb
|
- nb
|
||||||
- ne
|
- ne
|
||||||
|
|
|
@ -25,7 +25,7 @@ setup(
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"django-filter>=2.4.0,<22.2",
|
"django-filter>=2.4.0,<22.2",
|
||||||
"django>=3.2.12,<4.0",
|
"django>=4.1.4,<4.2",
|
||||||
"djangorestframework>=3.12.1,<3.15",
|
"djangorestframework>=3.12.1,<3.15",
|
||||||
"drf-spectacular>=0.22.1,<0.25",
|
"drf-spectacular>=0.22.1,<0.25",
|
||||||
"requests>=2.25.1,<2.29",
|
"requests>=2.25.1,<2.29",
|
||||||
|
|
Loading…
Reference in New Issue