From 85080f8dfd88e97c3ad7c8eba4606196c07b67e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:06:18 +0000 Subject: [PATCH] Update structlog requirement from <21.2.0 to <21.6.0 Updates the requirements on [structlog](https://github.com/hynek/structlog) to permit the latest version. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.rst) - [Commits](https://github.com/hynek/structlog/compare/0.1.0...21.5.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caa6b10..f37af1a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ install_requires=[ 'Django>=2.2,<3.2', 'djangorestframework>=3.10,<4.0', - 'structlog<21.2.0', + 'structlog<21.6.0', 'jinja2<2.12', 'PyYAML>=5.1,<5.5', 'PyStaticConfiguration==0.10.5',