diff options
| author | 2023-05-22 06:35:48 +0000 | |
|---|---|---|
| committer | 2023-05-22 06:35:48 +0000 | |
| commit | 3ad1b38f581d60036f39096db59f0060182e9f9c (patch) | |
| tree | 3c5b7675cc700083ffdcf05f9b22c47126be68bc /pyproject.toml | |
| parent | Bump ruff from 0.0.267 to 0.0.269 (#1281) (diff) | |
Bump pre-commit from 3.3.1 to 3.3.2 (#1280)
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 8bf1e97f..d344c369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]} [tool.poetry.dev-dependencies] isort = "5.12.0" pip-licenses = "4.3.1" -pre-commit = "3.3.1" +pre-commit = "3.3.2" python-dotenv = "1.0.0" ruff = "0.0.269" taskipy = "1.10.4" |