From 057ab289ded4317cb7756144fba5a0756893e018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 14:30:36 +0000 Subject: [PATCH] build(deps): bump the optional group across 1 directory with 4 updates Updates the requirements on [django-allauth](https://github.com/pennersr/django-allauth), [coveralls](https://github.com/TheKevJames/coveralls-python), [gunicorn](https://github.com/benoitc/gunicorn) and [pytest-playwright](https://github.com/microsoft/playwright-pytest) to permit the latest version. Updates `django-allauth` to 0.63.1 - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.61.1...0.63.1) Updates `coveralls` to 4.0.1 - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.3.0...4.0.1) Updates `gunicorn` to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) Updates `pytest-playwright` to 0.5.0 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.4.3...v0.5.0) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production dependency-group: optional - dependency-name: coveralls dependency-type: direct:production dependency-group: optional - dependency-name: gunicorn dependency-type: direct:production dependency-group: optional - dependency-name: pytest-playwright dependency-type: direct:production dependency-group: optional ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37394531df..3416950c24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,10 +66,10 @@ dependencies = [ [project.optional-dependencies] allauth = [ - "django-allauth~=0.61.1", + "django-allauth>=0.61.1,<0.64.0", ] ci = [ - "coveralls~=3.3", + "coveralls>=3.3,<5.0", "rdmo[dev]", "pytest-github-actions-annotate-failures~=0.2.0", ] @@ -84,7 +84,7 @@ dev = [ "rdmo[pytest]", ] gunicorn = [ - "gunicorn~=21.2", + "gunicorn>=21.2,<23.0", ] ldap = [ "django-auth-ldap~=4.5", @@ -100,7 +100,7 @@ pytest = [ "pytest-cov>=4.1,<6.0", "pytest-django~=4.5", "pytest-mock~=3.11", - "pytest-playwright~=0.4.3", + "pytest-playwright>=0.4.3,<0.6.0", "pytest-randomly~=3.15", "pytest-xdist~=3.3", ]