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

@ -42,7 +42,7 @@ repos:
args: [--py38-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.13.0
rev: 1.14.0
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]

View File

@ -31,7 +31,7 @@ setup(
"types-requests>=2.31.0,<2.32",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.26",
"sentry-sdk>=1.15.0,<1.27",
],
},
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.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",
],
},
)

View File

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

View File

@ -2,8 +2,8 @@ bandit>=1.7.4,<1.8
black>=23.1.0,<24.0
flake8>=6.0.0,<6.1
isort>=5.12.0,<5.13
mypy==1.3.0
mypy==1.4.1
pylint>=2.16.1,<2.18
pytest-cov>=4.0.0,<4.2
pytest-xdist>=3.1.0,<3.4
pytest>=7.2.1,<7.4
pytest>=7.2.1,<7.5

View File

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