Skip to content

Commit

Permalink
Bump the python-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 3 updates: [tox](https://github.com/tox-dev/tox), [mypy](https://github.com/python/mypy) and [django-stubs](https://github.com/typeddjango/django-stubs).


Updates `tox` from 4.23.0 to 4.23.2
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.23.0...4.23.2)

Updates `mypy` from 1.12.1 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.1...v1.13.0)

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

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent e268c40 commit 382001c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 48 deletions.
94 changes: 49 additions & 45 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pytest = "8.3.3"
coverage = "7.6.4"
freezegun = "1.5.1"
pytest-django = "4.9.0"
tox = "4.23.0"
tox = "4.23.2"
tox-gh-actions = "3.2.0"

[tool.poetry.group.docs.dependencies]
Expand All @@ -70,9 +70,9 @@ pymdown-extensions = "10.11.2"
mkdocs-mermaid2-plugin = "1.1.1"

[tool.poetry.group.lint.dependencies]
mypy = "1.12.1"
mypy = "1.13.0"
pre-commit = "4.0.1"
django-stubs = "5.1.0"
django-stubs = "5.1.1"
djangorestframework-stubs = "3.15.1"

[tool.poetry.extras]
Expand Down

0 comments on commit 382001c

Please sign in to comment.