Skip to content

Commit

Permalink
Bump the python-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 2 updates: [coverage](https://github.com/nedbat/coveragepy) and [django-stubs](https://github.com/typeddjango/django-stubs).


Updates `coverage` from 7.5.2 to 7.5.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.2...7.5.3)

Updates `django-stubs` from 5.0.0 to 5.0.2
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@5.0.0...5.0.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: django-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent 0eb1101 commit 745c79b
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 67 deletions.
131 changes: 66 additions & 65 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ djangorestframework = ">=3.12.0"

[tool.poetry.group.test.dependencies]
pytest = "8.2.1"
coverage = "7.5.2"
coverage = "7.5.3"
pytest-django = "4.8.0"
pre-commit = "3.7.1"
tox = "4.15.0"
Expand All @@ -68,7 +68,7 @@ mkdocs-mermaid2-plugin = "1.1.1"

[tool.poetry.group.lint.dependencies]
mypy = "1.10.0"
django-stubs = "5.0.0"
django-stubs = "5.0.2"
djangorestframework-stubs = "3.15.0"

[tool.ruff]
Expand Down

0 comments on commit 745c79b

Please sign in to comment.