chore(deps): update dependency django to >=4.1.4,<4.3 (#2492)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-03 12:11:18 +02:00 committed by GitHub
parent 20bb031db0
commit d0be84bff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# This file is auto-generated by tools/extract_requirements.py.
django-cors-headers>=3.14.0,<3.15
django-filter>=2.4.0,<23.2
django>=4.1.4,<4.2
django>=4.1.4,<4.3
djangorestframework>=3.12.1,<3.15
drf-spectacular>=0.22.1,<0.27
psycopg2>=2.8.6,<2.10

View File

@ -2761,6 +2761,7 @@ paths:
- br
- bs
- ca
- ckb
- cs
- cy
- da

View File

@ -26,7 +26,7 @@ setup(
install_requires=[
"django-cors-headers>=3.14.0,<3.15",
"django-filter>=2.4.0,<23.2",
"django>=4.1.4,<4.2",
"django>=4.1.4,<4.3",
"djangorestframework>=3.12.1,<3.15",
"drf-spectacular>=0.22.1,<0.27",
"requests>=2.25.1,<2.29",