diff options
| author | 2023-01-28 19:24:29 +0000 | |
|---|---|---|
| committer | 2023-01-28 19:24:29 +0000 | |
| commit | d4bcfb11ef19a157229d19e80f6f280236f27c51 (patch) | |
| tree | bd560a44be019726d9a702e5a1dc0c53ddcb9186 /pyproject.toml | |
| parent | Bump pre-commit from 2.21.0 to 3.0.1 (#1195) (diff) | |
Bump python-dotenv from 0.21.0 to 0.21.1 (#1190)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 f1b4a5d6..9fde051d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8-isort = "6.0.0" pep8-naming = "0.13.3" pip-licenses = "4.0.3" pre-commit = "3.0.1" -python-dotenv = "0.21.0" +python-dotenv = "0.21.1" taskipy = "1.10.3" [tool.taskipy.tasks] |