diff options
author | 2023-01-23 05:01:19 +0000 | |
---|---|---|
committer | 2023-01-23 05:01:19 +0000 | |
commit | bc1dab261a0980a8cd7e948a9dfabd9fc8defe40 (patch) | |
tree | 921fd29f7ca44bef82b6fe7141bebb7a629aba1a /pyproject.toml | |
parent | Merge pull request #854 from python-discord/improve-actions-workflows (diff) |
Bump python-dotenv from 0.21.0 to 0.21.1
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.0 to 0.21.1.
- [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.0...v0.21.1)
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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"] |