Merge branch 'stable'

This commit is contained in:
jo 2023-08-15 18:29:09 +02:00
commit 391895fbeb
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
15 changed files with 20 additions and 13 deletions

View file

@ -41,14 +41,14 @@ setup(
"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",
"model_bakery>=1.10.1,<1.14",
"psycopg[binary]>=3.1.8,<3.2",
"pylint-django>=2.5.3,<2.6",
"pytest-django>=4.5.2,<4.6",
"requests-mock>=1.10.0,<1.12",
],
"sentry": [
"sentry-sdk[django]>=1.15.0,<1.29",
"sentry-sdk[django]>=1.15.0,<1.30",
],
},
)