diff options
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
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" |