Skip to content

Commit

Permalink
build(deps-dev): bump the optional group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [django-allauth](https://github.com/pennersr/django-allauth) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.

Updates `django-allauth` to 0.60.1
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](pennersr/django-allauth@0.57.0...0.60.1)

Updates `pytest` to 8.0.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...8.0.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-type: direct:production
  dependency-group: optional
- dependency-name: pytest
  dependency-type: direct:production
  dependency-group: optional
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 4c79623 commit 81620d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies = [

[project.optional-dependencies]
allauth = [
"django-allauth~=0.57.0",
"django-allauth>=0.57,<0.61",
]
shibboleth = [
"django-shibboleth-remoteuser@git+https://github.com/rdmorganiser/django-shibboleth-remoteuser@v0.11"
Expand Down Expand Up @@ -98,7 +98,7 @@ postgres = [
"psycopg[binary]~=3.1",
]
pytest = [
"pytest~=7.4",
"pytest>=7.4,<9.0",
"pytest-cov~=4.1",
"pytest-django~=4.5",
"pytest-mock~=3.11",
Expand Down

0 comments on commit 81620d9

Please sign in to comment.