Bump django-structlog from 4.0.1 to 4.1.1

Bumps [django-structlog](https://github.com/jrobichaud/django-structlog) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/jrobichaud/django-structlog/releases)
- [Changelog](https://github.com/jrobichaud/django-structlog/blob/master/docs/changelog.rst)
- [Commits](https://github.com/jrobichaud/django-structlog/compare/4.0.1...4.1.1)

---
updated-dependencies:
- dependency-name: django-structlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-21 15:09:09 +00:00 committed by GitHub
parent 4a70342669
commit 530a1b0522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@ -1255,17 +1255,18 @@ django-classy-tags = ">=3.0"
[[package]]
name = "django-structlog"
version = "4.0.1"
version = "4.1.1"
description = "Structured Logging for Django"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "django-structlog-4.0.1.tar.gz", hash = "sha256:ddcae640fee8552ba93809621c15ab5d39ca5748d16e934cd5ee63cdf30b9625"},
{file = "django_structlog-4.0.1-py3-none-any.whl", hash = "sha256:07c23f00e5a0a7ef3cfb9d8f8a2e2ca3673b3c834f84a68ce74cba51137b5b34"},
{file = "django-structlog-4.1.1.tar.gz", hash = "sha256:6701948cd6d00bb0f826c8370dbb7dc9a6aefb720ac5a1c038493a10eff12495"},
{file = "django_structlog-4.1.1-py3-none-any.whl", hash = "sha256:8def459d8cd38726780265b36126ee1b5c87e3d468f12fe1985367591a294866"},
]
[package.dependencies]
asgiref = "*"
django = ">=3.2"
django-ipware = "*"
structlog = ">=21.4.0"
@ -3788,4 +3789,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "47d4a706ed11e7da8599131523b32f44c6f9703559efd8b4f00245abd40a4a68"
content-hash = "646b94f91233333ea987571f130841fdc8148f98a9f8cd4a7fd0d0618623176f"

View File

@ -20,7 +20,7 @@ django-celery-beat = "^2.4.0"
flower = "^1.2.0"
django = "^4.1.5"
django-health-check = "^3.17.0"
django-structlog = "^4.0.1"
django-structlog = "^4.1.1"
django-environ = "^0.9.0"
django-model-utils = "^4.3.1"
django-allauth = "^0.51.0"