From cb9296260fa1b82a40533928f609c824690cc2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:11:22 +0000 Subject: [PATCH] Bump pystaticconfiguration from 0.10.5 to 0.11.0 Bumps [pystaticconfiguration](https://github.com/dnephin/PyStaticConfiguration) from 0.10.5 to 0.11.0. - [Release notes](https://github.com/dnephin/PyStaticConfiguration/releases) - [Commits](https://github.com/dnephin/PyStaticConfiguration/compare/v0.10.5...v0.11.0) --- updated-dependencies: - dependency-name: pystaticconfiguration dependency-type: direct:production update-type: version-update:semver-minor ... 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..d2d99cd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'structlog<21.2.0', 'jinja2<2.12', 'PyYAML>=5.1,<5.5', - 'PyStaticConfiguration==0.10.5', + 'PyStaticConfiguration==0.11.0', 'requests<2.26', 'PyConfigure==0.5.9', ],