Merge branch 'stable'

This commit is contained in:
jo 2023-07-12 08:54:42 +02:00
commit 1a6f089329
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
6 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@ repos:
exclude: ^legacy/public(?!/js/airtime)
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py38-plus]

View File

@ -31,7 +31,7 @@ setup(
"types-requests>=2.31.0,<2.32",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.28",
"sentry-sdk>=1.15.0,<1.29",
],
},
zip_safe=False,

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.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

View File

@ -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",
],
},
)

View File

@ -42,7 +42,7 @@ setup(
"types-requests>=2.31.0,<2.32",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.28",
"sentry-sdk>=1.15.0,<1.29",
],
},
zip_safe=False,

View File

@ -26,7 +26,7 @@ setup(
"types-requests>=2.31.0,<2.32",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.28",
"sentry-sdk>=1.15.0,<1.29",
],
},
zip_safe=False,