Skip to content

Commit 00a1d61

Browse files
Bump django-debug-toolbar from 5.0.1 to 5.1.0
Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@5.0.1...5.1.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 848accd commit 00a1d61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/dev.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependencies needed only for development/testing.
22
pytest-cov==6.1.0
3-
django-debug-toolbar==5.0.1
3+
django-debug-toolbar==5.1.0
44
mock==5.2.0
55
responses==0.25.7
66
django-extensions==3.2.3

requirements/dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ django==5.1.6 \
240240
# via
241241
# django-debug-toolbar
242242
# django-extensions
243-
django-debug-toolbar==5.0.1 \
244-
--hash=sha256:296f6f18a80710e84fbb8361538ae5ec522a75ebe9ab67db34bcf1026cbeb420 \
245-
--hash=sha256:7456cc2e951db37dab335686db7803c4a0ecb6736d120705f6668db9548bf49f
243+
django-debug-toolbar==5.1.0 \
244+
--hash=sha256:8a3b9da4aeab8d384a366e20304bd939a451f0242523c5b7b402248ad474eed2 \
245+
--hash=sha256:c0591e338ee9603bdfce5aebf8d18ca7341fdbb69595e2b0b34869be5857180e
246246
# via -r requirements/dev.in
247247
django-extensions==3.2.3 \
248248
--hash=sha256:44d27919d04e23b3f40231c4ab7af4e61ce832ef46d610cc650d53e68328410a \

0 commit comments

Comments
 (0)