From 5c9457d34c6d12894ec6d690a50c1279010120cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:32:51 +0000 Subject: [PATCH] Bump django-environ in the production-version-updates group Bumps the production-version-updates group with 1 update: [django-environ](https://github.com/joke2k/django-environ). Updates `django-environ` from 0.12.0 to 0.12.1 - [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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: django-environ dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-version-updates ... 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 4bd198d..c8fa4a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -21,7 +21,7 @@ version = "4.0.4" description = "An abstract syntax tree for Python with inference support." optional = false python-versions = ">=3.10.0" -groups = ["dev", "test"] +groups = ["test"] files = [ {file = "astroid-4.0.4-py3-none-any.whl", hash = "sha256:52f39653876c7dec3e3afd4c2696920e05c83832b9737afc21928f2d2eb7a753"}, {file = "astroid-4.0.4.tar.gz", hash = "sha256:986fed8bcf79fb82c78b18a53352a0b287a73817d6dbcfba3162da36667c49a0"}, @@ -184,14 +184,14 @@ bcrypt = ["bcrypt (>=4.1.1)"] [[package]] name = "django-environ" -version = "0.12.0" +version = "0.12.1" description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application." optional = false python-versions = "<4,>=3.9" groups = ["main"] files = [ - {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"}, + {file = "django_environ-0.12.1-py2.py3-none-any.whl", hash = "sha256:064ba2d5082f833e6d7fe4def4928bde1eedc0248a417575da7db147aeec1c20"}, + {file = "django_environ-0.12.1.tar.gz", hash = "sha256:22859c6e905ab7637fa3348d1787543bb4492f38d761104a3ce0519b7b752845"}, ] [package.extras] @@ -754,4 +754,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.13.9" -content-hash = "ac12dbaf9cf96c9f18986e2dc54cec047767284697ec8b9308b904437cf2802b" +content-hash = "72cb83e6c5954a47ce65e14f6b828c12e08eb243a189ba080b8a4740fcc01a1d" diff --git a/pyproject.toml b/pyproject.toml index 36ca5b1..f07ed1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.13.9" django = "^6.0" -django-environ = "^0.12.0" +django-environ = "^0.12.1" djangorestframework = "^3.16.0" psycopg2 = "^2.9.10"