Skip to content

Commit

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


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

Updates `ruff` from 0.6.6 to 0.6.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.6...0.6.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent d58afd1 commit 3fcc349
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ setuptools = "^70.3"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8"
mypy = "~1.11"
django-stubs = {extras = ["compatible-mypy"], version = "~5.0"}
django-stubs = {extras = ["compatible-mypy"], version = "~5.1"}
types-beautifulsoup4 = "^4.12"
pytest = "^8.3"
ruff = "^0.6"
Expand Down

0 comments on commit 3fcc349

Please sign in to comment.