From d72a463d521ec07dd730812cd598f00c6e8c5592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 03:04:50 +0000 Subject: [PATCH] build(deps-dev): Update python-dotenv requirement Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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.20.0...v0.21.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36c25d3..e97e80b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8-use-fstring = "^1.3" flake8-annotations = "^2.7.0" django-seed = "^0.3.1" coveralls = "^3.3.1" -python-dotenv = "^0.20.0" +python-dotenv = "^0.21.1" [build-system] requires = ["poetry-core>=1.0.0"]