diff options
author | 2023-01-29 16:59:59 -0800 | |
---|---|---|
committer | 2023-01-29 16:59:59 -0800 | |
commit | 25e6c80e2729d1fe13be984e3a88e05e6e13c99b (patch) | |
tree | 08622f5e65fbc4c8e09bd424bbe3559159fb52d7 /pyproject.toml | |
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
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |