diff options
author | 2023-02-28 13:40:32 +0000 | |
---|---|---|
committer | 2023-02-28 13:40:32 +0000 | |
commit | 8efb3a2179243d06fb0983ae774c12268784da3b (patch) | |
tree | bfb1d7ca4bc87f3ff764ddc4d76d8efa0b8f484e /poetry.lock | |
parent | Merge pull request #27 from python-discord/stable-d.py-and-python-3.10 (diff) |
Bump python-dotenv from 0.21.1 to 1.0.0 (#40)
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 to 1.0.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0)
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 fe358f1..5c4bd81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -995,14 +995,14 @@ files = [ [[package]] name = "python-dotenv" -version = "0.21.1" +version = "1.0.0" description = "Read key-value pairs from a .env file and set them as environment variables" category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "python-dotenv-0.21.1.tar.gz", hash = "sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49"}, - {file = "python_dotenv-0.21.1-py3-none-any.whl", hash = "sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a"}, + {file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"}, + {file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"}, ] [package.extras] @@ -1208,4 +1208,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "1f4cbc2c6f0aadd272d8f8242051843be347244ea93e3e448cf1eb2b6e842080" +content-hash = "67f7014ec965d9bae4a9df6ec41734df13742fb4036f35332b73af665883a296" |