diff options
| -rw-r--r-- | poetry.lock | 10 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/poetry.lock b/poetry.lock index bf812f1d..48dbbc2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -449,14 +449,14 @@ requests = "*"  [[package]]  name = "django-environ" -version = "0.9.0" +version = "0.10.0"  description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application."  category = "main"  optional = false -python-versions = ">=3.4,<4" +python-versions = ">=3.5,<4"  files = [ -    {file = "django-environ-0.9.0.tar.gz", hash = "sha256:bff5381533056328c9ac02f71790bd5bf1cea81b1beeb648f28b81c9e83e0a21"}, -    {file = "django_environ-0.9.0-py2.py3-none-any.whl", hash = "sha256:f21a5ef8cc603da1870bbf9a09b7e5577ab5f6da451b843dbcc721a7bca6b3d9"}, +    {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"},  ]  [package.extras] @@ -1536,4 +1536,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.10.*" -content-hash = "ee70261808a9356d2d8f728ca09f8ae5ca079520af7d6ab4ef713eb4f8fa7249" +content-hash = "dcdaf80d688e835ec928a07a3eb74a3b0a2f0544051b68629c95c6647bb2247f" diff --git a/pyproject.toml b/pyproject.toml index 1fd941e2..0542ea90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.10.*"  django = "4.1.7"  django-distill = "3.0.2" -django-environ = "0.9.0" +django-environ = "0.10.0"  django-filter = "22.1"  django-prometheus = "2.2.0"  django-simple-bulma = "2.5.0" | 
