Skip to content

Commit

Permalink
build(deps): bump the optional group with 3 updates
Browse files Browse the repository at this point in the history
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](pre-commit/pre-commit@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](django-auth-ldap/django-auth-ldap@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](pytest-dev/pytest-cov@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent c6cfe9c commit 3ae5909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3ae5909

Please sign in to comment.