diff --git a/pyproject.toml b/pyproject.toml index 9cb07c90c7..08eef65093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,10 +72,10 @@ recommended = [ ] ci = [ "rdmo[allauth,dev,openapi,pytest]", - "pytest-github-actions-annotate-failures>=0.2.0,<0.4.0", + "pytest-github-actions-annotate-failures>=0.2.0,<0.5.0", ] allauth = [ - "django-allauth[socialaccount,openid]>=64.1.0,<65.14.0", + "django-allauth[socialaccount,openid]>=64.1.0,<65.16.0", ] dev = [ "pipdeptree>=2.13,<3.0", @@ -83,7 +83,7 @@ dev = [ "setuptools>=73,<81", ] gunicorn = [ - "gunicorn>=23.0,<24.0", + "gunicorn>=23.0,<26.0", ] ldap = [ "django-auth-ldap>=4.5,<6.0",