From 387f99d7cf1fd4f559f062fed055e7641832da70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:48:09 +0000 Subject: [PATCH] build(deps): bump django-environ from 0.10.0 to 0.11.2 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.10.0 to 0.11.2. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.2) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 436551c0..8339fe80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,13 +506,13 @@ sqlparse = ">=0.2" [[package]] name = "django-environ" -version = "0.10.0" +version = "0.11.2" description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application." optional = false -python-versions = ">=3.5,<4" +python-versions = ">=3.6,<4" files = [ - {file = "django-environ-0.10.0.tar.gz", hash = "sha256:b3559a91439c9d774a9e0c1ced872364772c612cdf6dc919506a2b13f7a77225"}, - {file = "django_environ-0.10.0-py2.py3-none-any.whl", hash = "sha256:510f8c9c1d0a38b0815f91504270c29440a0cf44fab07f55942fa8d31bbb9be6"}, + {file = "django-environ-0.11.2.tar.gz", hash = "sha256:f32a87aa0899894c27d4e1776fa6b477e8164ed7f6b3e410a62a6d72caaf64be"}, + {file = "django_environ-0.11.2-py2.py3-none-any.whl", hash = "sha256:0ff95ab4344bfeff693836aa978e6840abef2e2f1145adff7735892711590c05"}, ] [package.extras] @@ -1755,4 +1755,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b1cb6b463eca42876f8362de4cc7a0d8c862ff6d8107bdd40886ebfeef2321e9" +content-hash = "aa69da4af7649c856d3488a03489b0ee86aeada2b450ddcc3fbc004c089a6fa3" diff --git a/pyproject.toml b/pyproject.toml index 19e22cba..26652abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.8" wagtail = ">=2.16.2" -django-environ = "^0.10.0" +django-environ = "^0.11.2" wagtail-localize = "^1.4" mozilla-django-oidc = "^3.0.0" django-bootstrap-icons = "^0.8.3"