From 3ae5909f3bbfdc6e4347c631089b053a5e23539b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:05:34 +0000 Subject: [PATCH] build(deps): bump the optional group with 3 updates Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit), [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pre-commit` to 4.0.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.4.0...v4.0.1) Updates `django-auth-ldap` to 5.1.0 - [Release notes](https://github.com/django-auth-ldap/django-auth-ldap/releases) - [Changelog](https://github.com/django-auth-ldap/django-auth-ldap/blob/master/docs/changes.rst) - [Commits](https://github.com/django-auth-ldap/django-auth-ldap/compare/4.5.0...5.1.0) Updates `pytest-cov` to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production dependency-group: optional - dependency-name: django-auth-ldap dependency-type: direct:production dependency-group: optional - dependency-name: pytest-cov dependency-type: direct:production dependency-group: optional ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fea37a0cb..590117f0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ ci = [ dev = [ "build>=1.0,<2.0", "pipdeptree>=2.13,<3.0", - "pre-commit>=3.4,<4.0", + "pre-commit>=3.4,<5.0", "setuptools>=73,<76", "twine>=5.1.1,<6.0", "wheel>=0.42,<0.45", @@ -87,7 +87,7 @@ gunicorn = [ "gunicorn>=23.0,<24.0", ] ldap = [ - "django-auth-ldap>=4.5,<5.0", + "django-auth-ldap>=4.5,<6.0", ] mysql = [ "mysqlclient>=2.2,<3.0", @@ -97,7 +97,7 @@ postgres = [ ] pytest = [ "pytest>=8.0,<9.0", - "pytest-cov>=4.1,<6.0", + "pytest-cov>=4.1,<7.0", "pytest-django>=4.5,<5.0", "pytest-mock>=3.11,<4.0", "pytest-playwright>=0.4.3,<0.6.0",