diff --git a/setup.cfg b/setup.cfg index 3de3bb5..33778ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ona-oidc -version = 1.0.1 +version = 1.0.2 description = Ona OpenID Connect Client long_description = file: README.rst long_description_content_type = text/x-rst @@ -30,7 +30,7 @@ tests_require = mock tox install_requires = - Django>=3.2.13,<4 + Django>=3.2.13,<5 djangorestframework pyjwt[crypto] requests diff --git a/tox.ini b/tox.ini index 0f3ab53..b71e6e0 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,6 @@ basepython = py39: python3.9 commands = django32: pip install Django>=3.2.13,<4 - django40: pip install Django>=4 + django40: pip install Django>=4,<5 pipenv sync --dev python manage.py test {toxinidir}/tests