diff options
author | 2023-03-03 07:33:04 +0000 | |
---|---|---|
committer | 2023-03-03 07:33:04 +0000 | |
commit | 7e1a997d196b5076683c17b62bf6d8ea8f390b35 (patch) | |
tree | 71a3f472be47bf0dc3a0f777b1d35622f71358d7 /poetry.lock | |
parent | Merge pull request #894 from python-discord/dependabot/pip/pre-commit-3.1.1 (diff) |
Bump django-environ from 0.9.0 to 0.10.0
Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.9.0 to 0.10.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.9.0...v0.10.0)
---
updated-dependencies:
- dependency-name: django-environ
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 10 |
1 files changed, 5 insertions, 5 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" |