diff options
author | 2023-12-13 05:38:21 +0000 | |
---|---|---|
committer | 2023-12-13 05:38:21 +0000 | |
commit | bea51add26fa421c072830ff8bb8eb2a0aab2fc1 (patch) | |
tree | 1827ad30b0101f4f9b89efbb9a9ebde1b85d7bd3 /pyproject.toml | |
parent | Bump feedparser from 6.0.10 to 6.0.11 (#2840) (diff) |
Bump pre-commit from 3.5.0 to 3.6.0 (#2841)
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 bde38a554..8172a9abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pydantic-settings = "2.1.0" [tool.poetry.dev-dependencies] coverage = "7.3.2" httpx = "0.25.2" -pre-commit = "3.5.0" +pre-commit = "3.6.0" pip-licenses = "4.3.3" pytest = "7.4.3" pytest-cov = "4.1.0" |