mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 02:26:36 +03:00
Merge pull request #141 from Alexander-D-Karpov/dependabot/pip/django-debug-toolbar-4.1.0
Bump django-debug-toolbar from 4.0.0 to 4.1.0
This commit is contained in:
commit
ae9616c10d
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -1458,14 +1458,14 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django-debug-toolbar"
|
name = "django-debug-toolbar"
|
||||||
version = "4.0.0"
|
version = "4.1.0"
|
||||||
description = "A configurable set of panels that display various debug information about the current request/response."
|
description = "A configurable set of panels that display various debug information about the current request/response."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "django_debug_toolbar-4.0.0-py3-none-any.whl", hash = "sha256:bad339d68520652ddc1580c76f136fcbc3e020fd5ed96510a89a02ec81bb3fb1"},
|
{file = "django_debug_toolbar-4.1.0-py3-none-any.whl", hash = "sha256:a0b532ef5d52544fd745d1dcfc0557fa75f6f0d1962a8298bd568427ef2fa436"},
|
||||||
{file = "django_debug_toolbar-4.0.0.tar.gz", hash = "sha256:89619f6e0ea1057dca47bfc429ed99b237ef70074dabc065a7faa5f00e1459cf"},
|
{file = "django_debug_toolbar-4.1.0.tar.gz", hash = "sha256:f57882e335593cb8e74c2bda9f1116bbb9ca8fc0d81b50a75ace0f83de5173c7"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "0a2dffc09f90bc41ac020589f127f0e28fec8311cf646b453e35ce84b85ae0af"
|
content-hash = "34e23e0d5dd629cd21e8e57a57270394d0ef8b5e874ee21f42d4b8b4436d681d"
|
||||||
|
|
|
@ -51,7 +51,7 @@ pylint-django = "^2.5.3"
|
||||||
pylint-celery = "^0.3"
|
pylint-celery = "^0.3"
|
||||||
pre-commit = "^3.3.1"
|
pre-commit = "^3.3.1"
|
||||||
factory-boy = "^3.2.1"
|
factory-boy = "^3.2.1"
|
||||||
django-debug-toolbar = "^4.0.0"
|
django-debug-toolbar = "^4.1.0"
|
||||||
django-extensions = "^3.2.1"
|
django-extensions = "^3.2.1"
|
||||||
django-coverage-plugin = "^3.0.0"
|
django-coverage-plugin = "^3.0.0"
|
||||||
pytest-django = "^4.5.2"
|
pytest-django = "^4.5.2"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user