aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-30 08:44:07 +0000
committerGravatar GitHub <[email protected]>2024-08-30 08:44:07 +0000
commit5a7f150d9c86257066afd19e360bc171eeadccd3 (patch)
tree80c8cf4773889d391ef172c794fb8756fa52d37a /pyproject.toml
parentBump pip-licenses from 4.5.1 to 5.0.0 (#1583) (diff)
Bump pre-commit from 3.7.1 to 3.8.0 (#1587)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 69dd5f1e..ac975a98 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
pip-licenses = "5.0.0"
-pre-commit = "3.7.1"
+pre-commit = "3.8.0"
python-dotenv = "1.0.1"
ruff = "0.5.2"
taskipy = "1.13.0"