From ad8ce301a6fa927a51de1d7f368f5c033a1341b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:09:16 +0000 Subject: [PATCH] Update structlog requirement from <21.2.0 to <22.3.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.md) - [Commits](https://github.com/hynek/structlog/compare/0.1.0...22.2.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..b9e935f 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<22.3.0', 'jinja2<2.12', 'PyYAML>=5.1,<5.5', 'PyStaticConfiguration==0.10.5',