diff options
| author | 2024-09-12 15:25:24 +0200 | |
|---|---|---|
| committer | 2024-09-12 15:25:24 +0200 | |
| commit | 13927ec4791a3f87193724ea3d1ac24143a8684c (patch) | |
| tree | 444924c37597c3ffa216c829cabd448e439b76a2 /pyproject.toml | |
| parent | Merge pull request #3159 from python-discord/dependabot/pip/httpx-0.27.2 (diff) | |
| parent | Bump pre-commit from 3.7.1 to 3.8.0 (diff) | |
Merge pull request #3161 from python-discord/dependabot/pip/pre-commit-3.8.0
Bump pre-commit from 3.7.1 to 3.8.0
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 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" |