Skip to content

Commit

Permalink
deps(pip): bump django-debug-toolbar from 4.4.5 to 4.4.6
Browse files Browse the repository at this point in the history
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.4.5 to 4.4.6.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@4.4.5...4.4.6)

---
updated-dependencies:
- dependency-name: django-debug-toolbar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 86bd679 commit 24920a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -28,7 +28,7 @@ django-redis="^5.4.0"
sphinx = { version = "^7.3.7", optional = true }
sphinx-autobuild = { version = "^2024.4.16", optional = true }
sphinx_rtd_theme = { version = "^2.0.0", optional = true }
django-debug-toolbar = { version = "^4.4.5", optional = true }
django-debug-toolbar = { version = "^4.4.6", optional = true }
django-extensions = { version = "^3.2.3", optional = true }

[tool.poetry.extras]
Expand Down Expand Up @@ -59,7 +59,7 @@ pylint-django="^2.5.5"
pylint-celery="^0.3"
pre-commit="^3.7.1"
factory-boy = "^3.3.0"
django-debug-toolbar = "^4.4.5"
django-debug-toolbar = "^4.4.6"
django-extensions = "^3.2.3"
django-coverage-plugin = "^3.1.0"
pytest-django = "^4.7.0"
Expand Down

0 comments on commit 24920a2

Please sign in to comment.