Fix all dependencies

This commit is contained in:
Joshua Sangmeister 2022-04-12 14:55:54 +02:00
parent 9895df7dfe
commit 819a50bd1d
2 changed files with 14 additions and 18 deletions

View File

@ -1,11 +1,11 @@
black==22.3.0
coverage
flake8
isort<5.0.0
mypy<0.920
pytest<5.4.2
pytest-django<3.9.0
pytest-asyncio<0.11.0
pytest-cov<2.8.2
types-bleach<5.0.0,>=3.3.0
types-pkg_resources
coverage==6.2
flake8==4.0.1
isort==4.3.21
mypy==0.910
pytest==5.4.1
pytest-django==3.8.0
pytest-asyncio==0.10.0
pytest-cov==2.8.1
types-bleach>=3.3.0,<5.0.0
types-pkg_resources==0.1.3

View File

@ -1,13 +1,9 @@
# asgiref: A never ending story of incompatibility and issues
# - Use release 3.2.9 with this issue fixed: https://github.com/django/asgiref/issues/170
# introduced with 3.2.8
asgiref>=3.2.9
# Requirements for OpenSlides in production in alphabetical order
aioredis>=1.1.0,<1.3
bleach<5.0.0,>=3.3.0
asgiref>=3.2.9,<=3.4.1
bleach>=3.3.0,<5.0.0
Django>=2.1,<2.3
djangorestframework>=3.11.2
djangorestframework>=3.11.2,<=3.13.1
jsonfield2>=3.0,<3.1
jsonschema>=3.0,<3.1
mypy_extensions>=0.4,<0.5
@ -16,7 +12,7 @@ PyPDF2>=1.26,<1.27
roman>=2.0,<3.2
setuptools>=29.0,<42.0
typing_extensions==3.10.0.0
twisted[tls]>=20.3.0
twisted[tls]>=20.3.0,<=22.4.0
uvicorn[standard]>=0.9,<1.0
# https://github.com/benoitc/gunicorn/issues/1913