diff options
author | 2023-01-29 16:59:59 -0800 | |
---|---|---|
committer | 2023-01-29 16:59:59 -0800 | |
commit | 25e6c80e2729d1fe13be984e3a88e05e6e13c99b (patch) | |
tree | 08622f5e65fbc4c8e09bd424bbe3559159fb52d7 | |
parent | Merge pull request #860 from python-discord/official-tutorial-resource (diff) | |
parent | Merge branch 'main' into dependabot/pip/python-dotenv-0.21.1 (diff) |
Merge pull request #855 from python-discord/dependabot/pip/python-dotenv-0.21.1
-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 abb1f5fc..0072b10f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1130,14 +1130,14 @@ markdown = ">=3.2" [[package]] name = "python-dotenv" -version = "0.21.0" +version = "0.21.1" description = "Read key-value pairs from a .env file and set them as environment variables" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "python-dotenv-0.21.0.tar.gz", hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045"}, - {file = "python_dotenv-0.21.0-py3-none-any.whl", hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5"}, + {file = "python-dotenv-0.21.1.tar.gz", hash = "sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49"}, + {file = "python_dotenv-0.21.1-py3-none-any.whl", hash = "sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a"}, ] [package.extras] @@ -1493,4 +1493,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "4c92c2cfa16388ac4b8f6cdfdfc75b23d15c734ede4d72ffde9f1033f7464b95" +content-hash = "f08c9ba17bf494e2e9c69f214ff3444ba1abaa637e8a8be3f576f019841cf177" diff --git a/pyproject.toml b/pyproject.toml index 88606f5c..8724ed52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pep8-naming = "0.13.3" pre-commit = "2.21.0" pyfakefs = "5.1.0" taskipy = "1.10.3" -python-dotenv = "0.21.0" +python-dotenv = "0.21.1" [build-system] requires = ["poetry-core>=1.0.0"] |