diff options
author | 2023-02-27 23:32:21 +0000 | |
---|---|---|
committer | 2023-02-27 23:32:21 +0000 | |
commit | 1c4b4228b2c8685a85aae9b3697da52199e8607c (patch) | |
tree | d87b30b4617ebf5795bf3fa38d19e036b8ad44db /pyproject.toml | |
parent | Merge pull request #884 from python-discord/dependabot/pip/pre-commit-3.1.0 (diff) |
Bump python-dotenv from 0.21.1 to 1.0.0
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:development
update-type: version-update:semver-major
...
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 c9aa43a7..41d0fff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pep8-naming = "0.13.3" pre-commit = "3.1.0" pyfakefs = "5.1.0" taskipy = "1.10.3" -python-dotenv = "0.21.1" +python-dotenv = "1.0.0" [build-system] requires = ["poetry-core>=1.0.0"] |