From 48c70735fd3b6731eb7da0e4ad366a688b44184a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:09:42 +0200 Subject: [PATCH] fix(deps): update dependency dynaconf to v3.2.6 (#741) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e36cdc2..41eeba9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -244,13 +244,13 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "dynaconf" -version = "3.2.5" +version = "3.2.6" description = "The dynamic configurator for your Python Project" optional = false python-versions = ">=3.8" files = [ - {file = "dynaconf-3.2.5-py2.py3-none-any.whl", hash = "sha256:12202fc26546851c05d4194c80bee00197e7c2febcb026e502b0863be9cbbdd8"}, - {file = "dynaconf-3.2.5.tar.gz", hash = "sha256:42c8d936b32332c4b84e4d4df6dd1626b6ef59c5a94eb60c10cd3c59d6b882f2"}, + {file = "dynaconf-3.2.6-py2.py3-none-any.whl", hash = "sha256:3911c740d717df4576ed55f616c7cbad6e06bc8ef23ffca444b6e2a12fb1c34c"}, + {file = "dynaconf-3.2.6.tar.gz", hash = "sha256:74cc1897396380bb957730eb341cc0976ee9c38bbcb53d3307c50caed0aedfb8"}, ] [package.extras] @@ -836,4 +836,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "2d7ce58265e60817a6cdab9bd0f0f251699d05605ad567e593496ee7873ea52c" +content-hash = "4d3569a10f768089c26142cecb4548b3c569710960a324b9c894b91dfc5d20dd" diff --git a/pyproject.toml b/pyproject.toml index fe10b2a..3dbe963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ colorama = "0.4.6" pathspec = "0.12.1" python = "^3.9.0" "ruamel.yaml" = "0.18.6" -dynaconf = "3.2.5" +dynaconf = "3.2.6" gitpython = "3.1.43" ansible-core = { version = "2.14.17", optional = true } structlog = "24.4.0"