aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-12 13:24:25 +0000
committerGravatar GitHub <[email protected]>2024-09-12 13:24:25 +0000
commit3176af654e2d15e2cb27412ae3753a6f0c184817 (patch)
tree444924c37597c3ffa216c829cabd448e439b76a2 /pyproject.toml
parentMerge pull request #3159 from python-discord/dependabot/pip/httpx-0.27.2 (diff)
Bump pre-commit from 3.7.1 to 3.8.0
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]>
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 fe8b99343..b7c2cdf35 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
coverage = "7.6.1"
httpx = "0.27.2"
-pre-commit = "3.7.1"
+pre-commit = "3.8.0"
pip-licenses = "5.0.0"
pytest = "8.3.2"
pytest-cov = "5.0.0"