diff options
| author | 2024-02-19 12:35:45 +0000 | |
|---|---|---|
| committer | 2024-02-19 12:35:45 +0000 | |
| commit | cb1df3c706c235990a502b5d6ab539fb1891443d (patch) | |
| tree | fe0390bcd73f9aa946fe3fddf99897ae9869947d /pyproject.toml | |
| parent | Merge pull request #2930 from python-discord/dependabot/pip/pytest-8.0.1 (diff) | |
Bump pre-commit from 3.6.1 to 3.6.2
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.1 to 3.6.2.
- [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.6.1...v3.6.2)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 1163ed0e2..64b674e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pydantic-settings = "2.1.0" [tool.poetry.dev-dependencies] coverage = "7.4.1" httpx = "0.26.0" -pre-commit = "3.6.1" +pre-commit = "3.6.2" pip-licenses = "4.3.4" pytest = "8.0.1" pytest-cov = "4.1.0" |