aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-23 05:01:19 +0000
committerGravatar GitHub <[email protected]>2023-01-23 05:01:19 +0000
commitbc1dab261a0980a8cd7e948a9dfabd9fc8defe40 (patch)
tree921fd29f7ca44bef82b6fe7141bebb7a629aba1a /pyproject.toml
parentMerge 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.toml2
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"]