aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 10:53:06 +0100
committerGravatar GitHub <[email protected]>2023-09-05 10:53:06 +0100
commita895a1150041c39b6f4d4afed1e74197504755dc (patch)
tree40c99561742ce8b228afd93384c0e6a9fc320f41
parentBump pymdown-extensions from 10.2.1 to 10.3 (#1089) (diff)
Bump django-environ from 0.11.1 to 0.11.2 (#1088)
Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.11.1 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.11.1...v0.11.2) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index c3cab504..8457ab85 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -388,13 +388,13 @@ microsoft = ["azure-storage-blob"]
[[package]]
name = "django-environ"
-version = "0.11.1"
+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.6,<4"
files = [
- {file = "django-environ-0.11.1.tar.gz", hash = "sha256:f50dde64c024dfac76279dfd7dade8da994e376d38c3374623ce99490f1534dd"},
- {file = "django_environ-0.11.1-py2.py3-none-any.whl", hash = "sha256:3b8a0f7f02e6c2999776123f7b5afca4eda4b2b3d8bb5fc3805b2cf476c50018"},
+ {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]
@@ -1190,4 +1190,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "a2d2cd902bb8579b6f7e4c2a126991b87862e281b21d247e50a8cf9832d2cacd"
+content-hash = "2f9c6638aacd2a33959280535dce25a20b16cd22e86574ef80dcecad3a4b9910"
diff --git a/pyproject.toml b/pyproject.toml
index eab23140..379135f8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ python = "3.11.*"
django = "4.2.5"
django-distill = "3.1.3"
-django-environ = "0.11.1"
+django-environ = "0.11.2"
django-filter = "23.2"
django-prometheus = "2.3.1"
django-simple-bulma = "2.5.0"