diff options
author | 2022-02-05 14:57:32 +0000 | |
---|---|---|
committer | 2022-02-05 14:57:32 +0000 | |
commit | 434c70d34c8be7521615e756a8f722995096f858 (patch) | |
tree | 479bdb51d8d92f703d6a3e17374a8ab80fd33852 /poetry.lock | |
parent | Merge pull request #111 from python-discord/dependabot/pip/pyjwt-2.3.0 (diff) |
Bump python-dotenv from 0.17.0 to 0.19.2
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.17.0 to 0.19.2.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.17.0...v0.19.2)
---
updated-dependencies:
- dependency-name: python-dotenv
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 17780d5..8addff0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -223,11 +223,11 @@ zstd = ["zstandard"] [[package]] name = "python-dotenv" -version = "0.17.0" +version = "0.19.2" description = "Read key-value pairs from a .env file and set them as environment variables" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.5" [package.extras] cli = ["click (>=5.0)"] @@ -393,7 +393,7 @@ python-versions = ">=3.6.1" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "b1d201028ec080fe17cf0359f239053519a402a7275fdff1a064176c80ae2d93" +content-hash = "70f90bccbe6cdd9af8a84fc520b713677a870781656535822d453239a62d270c" [metadata.files] certifi = [ @@ -568,8 +568,8 @@ pymongo = [ {file = "pymongo-3.11.3.tar.gz", hash = "sha256:db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc"}, ] python-dotenv = [ - {file = "python-dotenv-0.17.0.tar.gz", hash = "sha256:471b782da0af10da1a80341e8438fca5fadeba2881c54360d5fd8d03d03a4f4a"}, - {file = "python_dotenv-0.17.0-py2.py3-none-any.whl", hash = "sha256:49782a97c9d641e8a09ae1d9af0856cc587c8d2474919342d5104d85be9890b2"}, + {file = "python-dotenv-0.19.2.tar.gz", hash = "sha256:a5de49a31e953b45ff2d2fd434bbc2670e8db5273606c1e737cc6b93eff3655f"}, + {file = "python_dotenv-0.19.2-py2.py3-none-any.whl", hash = "sha256:32b2bdc1873fd3a3c346da1c6db83d0053c3c62f28f1f38516070c4c8971b1d3"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, |