aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 18:59:09 +0000
committerGravatar GitHub <[email protected]>2024-05-13 18:59:09 +0000
commit2a9f284f43ae3343f537c933987a1002bae7c38e (patch)
tree1797d5c607eb5d38c1d4d7ec504ea2b4526dacac /pyproject.toml
parentMerge pull request #3050 from python-discord/jb3/nom-context-char-limit (diff)
Bump pre-commit from 3.7.0 to 3.7.1 (#3048)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.1. - [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.0...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... 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 5017edaee..ad500f826 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
coverage = "7.5.1"
httpx = "0.27.0"
-pre-commit = "3.7.0"
+pre-commit = "3.7.1"
pip-licenses = "4.4.0"
pytest = "8.2.0"
pytest-cov = "5.0.0"