Skip to content

Commit

Permalink
build(deps): bump the optional group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
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](pennersr/django-allauth@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](TheKevJames/coveralls-python@3.3.0...4.0.1)

Updates `gunicorn` to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

Updates `pytest-playwright` to 0.5.0
- [Release notes](https://github.com/microsoft/playwright-pytest/releases)
- [Commits](microsoft/playwright-pytest@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MyPyDavid committed May 22, 2024
1 parent 3732173 commit 057ab28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand All @@ -84,7 +84,7 @@ dev = [
"rdmo[pytest]",
]
gunicorn = [
"gunicorn~=21.2",
"gunicorn>=21.2,<23.0",
]
ldap = [
"django-auth-ldap~=4.5",
Expand All @@ -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",
]
Expand Down

0 comments on commit 057ab28

Please sign in to comment.