Merge branch 'stable'

This commit is contained in:
jo 2023-07-29 11:15:11 +02:00
commit dbac572d89
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ django-filter>=2.4.0,<23.3
django>=4.2.0,<4.3
djangorestframework>=3.14.0,<3.15
drf-spectacular>=0.22.1,<0.27
gunicorn>=20.1.0,<20.2
gunicorn>=20.1.0,<21.3
psycopg[c]>=3.1.8,<3.2
requests>=2.31.0,<2.32
uvicorn[standard]>=0.17.6,<0.23.0
uvicorn[standard]>=0.17.6,<0.24.0

View File

@ -33,9 +33,9 @@ setup(
],
extras_require={
"prod": [
"gunicorn>=20.1.0,<20.2",
"gunicorn>=20.1.0,<21.3",
"psycopg[c]>=3.1.8,<3.2",
"uvicorn[standard]>=0.17.6,<0.23.0",
"uvicorn[standard]>=0.17.6,<0.24.0",
],
"dev": [
"django-coverage-plugin>=3.0.0,<3.2",

View File

@ -1,6 +1,6 @@
{
"require": {
"php": "^7.4",
"friendsofphp/php-cs-fixer": "<3.21.2"
"friendsofphp/php-cs-fixer": "<3.22.1"
}
}