Merge branch 'stable'
This commit is contained in:
commit
d3296ac624
7 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue