From f43460f95cf22d6233544ef8a8880d005154c7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:11:38 +0000 Subject: [PATCH] build(deps): Bump django-environ from 0.11.2 to 0.12.0 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.11.2 to 0.12.0. - [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.11.2...v0.12.0) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index d01a6a99..efd56ffd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -482,19 +482,19 @@ sqlparse = ">=0.2" [[package]] name = "django-environ" -version = "0.11.2" +version = "0.12.0" description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application." optional = false -python-versions = ">=3.6,<4" +python-versions = "<4,>=3.9" files = [ - {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"}, + {file = "django_environ-0.12.0-py2.py3-none-any.whl", hash = "sha256:92fb346a158abda07ffe6eb23135ce92843af06ecf8753f43adf9d2366dcc0ca"}, + {file = "django_environ-0.12.0.tar.gz", hash = "sha256:227dc891453dd5bde769c3449cf4a74b6f2ee8f7ab2361c93a07068f4179041a"}, ] [package.extras] -develop = ["coverage[toml] (>=5.0a4)", "furo (>=2021.8.17b43,<2021.9.dev0)", "pytest (>=4.6.11)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -docs = ["furo (>=2021.8.17b43,<2021.9.dev0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] +develop = ["coverage[toml] (>=5.0a4)", "furo (>=2024.8.6)", "pytest (>=4.6.11)", "setuptools (>=71.0.0)", "sphinx (>=5.0)", "sphinx-notfound-page"] +docs = ["furo (>=2024.8.6)", "sphinx (>=5.0)", "sphinx-notfound-page"] +testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)", "setuptools (>=71.0.0)"] [[package]] name = "django-fullurl" @@ -1303,4 +1303,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "83fd94995487c5b1d7af0bb55337897371af0d34c1148594e54edf291c359bb5" +content-hash = "10f86aa4fc9aa4b4b87b72b6669ba6957fa85376e010b1c5cc0fcf5f72a7a8a2" diff --git a/pyproject.toml b/pyproject.toml index 693d291b..064c8b53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ django-cleanup = "^9.0.0" django-common-helpers = "^0.9.2" django-cron = "^0.6.0" django-debug-toolbar = "^5.0.1" -django-environ = "^0.11.2" +django-environ = "^0.12.0" django-fullurl = "^1.4" django-heroku = "^0.3.1" django-html5 = "^1.0.0"