Merge pull request #112 from Alexander-D-Karpov/dependabot/pip/django-structlog-5.0.2

Bump django-structlog from 5.0.1 to 5.0.2
This commit is contained in:
Alexander Karpov 2023-04-17 19:04:31 +03:00 committed by GitHub
commit 02790e9981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1683,14 +1683,14 @@ django-classy-tags = ">=3.0"
[[package]] [[package]]
name = "django-structlog" name = "django-structlog"
version = "5.0.1" version = "5.0.2"
description = "Structured Logging for Django" description = "Structured Logging for Django"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "django-structlog-5.0.1.tar.gz", hash = "sha256:2ae2ca4239292a662d1bd6c7656c704fcfd9545b2e39a9501fd1e23800b1a1c4"}, {file = "django-structlog-5.0.2.tar.gz", hash = "sha256:1015bbf8d43e3293725fd09c0bb13a216d1025e8a2547bf718b4542828da7e8b"},
{file = "django_structlog-5.0.1-py3-none-any.whl", hash = "sha256:f7d1209e4e48d807d3c6e7212a4c96d572a03d3e0ade7a3c9053b49bc70b33b8"}, {file = "django_structlog-5.0.2-py3-none-any.whl", hash = "sha256:2f19d940a336873fc003e4207c94b0ef0f810703ee0d7f411ca541fe173b8ca0"},
] ]
[package.dependencies] [package.dependencies]
@ -5626,4 +5626,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 = "62a5203551908f62973f79bdc67ee6db5e6d34da02239bdb790b7f71c0a2526b" content-hash = "3af8b756e26917af343b625ee80a2fdf34d694576a9889c0aa2b1d4958b56436"

View File

@ -20,7 +20,7 @@ django-celery-beat = "^2.5.0"
flower = "^1.2.0" flower = "^1.2.0"
django = "^4.2" django = "^4.2"
django-health-check = "^3.17.0" django-health-check = "^3.17.0"
django-structlog = "^5.0.1" django-structlog = "^5.0.2"
django-environ = "^0.9.0" django-environ = "^0.9.0"
django-model-utils = "^4.3.1" django-model-utils = "^4.3.1"
django-allauth = "^0.54.0" django-allauth = "^0.54.0"