Merge branch 'stable'

This commit is contained in:
jo 2023-07-01 12:41:14 +02:00
commit d3296ac624
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
7 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# Please do not edit this file, edit the setup.py file!
# This file is auto-generated by tools/extract_requirements.py.
django-cors-headers>=3.14.0,<4.1
django-cors-headers>=3.14.0,<4.2
django-filter>=2.4.0,<23.3
django>=4.2.0,<4.3
djangorestframework>=3.14.0,<3.15

View file

@ -24,7 +24,7 @@ setup(
]
},
install_requires=[
"django-cors-headers>=3.14.0,<4.1",
"django-cors-headers>=3.14.0,<4.2",
"django-filter>=2.4.0,<23.3",
"django>=4.2.0,<4.3",
"djangorestframework>=3.14.0,<3.15",
@ -48,7 +48,7 @@ setup(
"requests-mock>=1.10.0,<1.12",
],
"sentry": [
"sentry-sdk[django]>=1.15.0,<1.26",
"sentry-sdk[django]>=1.15.0,<1.27",
],
},
)