Merge branch 'stable'
This commit is contained in:
commit
1a6f089329
6 changed files with 8 additions and 8 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.2
|
||||
django-cors-headers>=3.14.0,<4.3
|
||||
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.2",
|
||||
"django-cors-headers>=3.14.0,<4.3",
|
||||
"django-filter>=2.4.0,<23.3",
|
||||
"django>=4.2.0,<4.3",
|
||||
"djangorestframework>=3.14.0,<3.15",
|
||||
|
@ -38,7 +38,7 @@ setup(
|
|||
"uvicorn[standard]>=0.17.6,<0.23.0",
|
||||
],
|
||||
"dev": [
|
||||
"django-coverage-plugin>=3.0.0,<3.1",
|
||||
"django-coverage-plugin>=3.0.0,<3.2",
|
||||
"django-stubs>=1.14.0,<4.3",
|
||||
"djangorestframework-stubs>=1.8.0,<3.15",
|
||||
"model_bakery>=1.10.1,<1.13",
|
||||
|
@ -48,7 +48,7 @@ setup(
|
|||
"requests-mock>=1.10.0,<1.12",
|
||||
],
|
||||
"sentry": [
|
||||
"sentry-sdk[django]>=1.15.0,<1.28",
|
||||
"sentry-sdk[django]>=1.15.0,<1.29",
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue