diff options
| author | 2023-05-21 09:03:34 +0100 | |
|---|---|---|
| committer | 2023-05-21 09:03:34 +0100 | |
| commit | dd9ceaaa65738ee74c61e15241058a6160518818 (patch) | |
| tree | 7fdaff822c0640f59a1dca72419012a429946094 /pyproject.toml | |
| parent | Bump pytest-subtests from 0.10.0 to 0.11.0 (#2590) (diff) | |
| parent | Bump pre-commit from 3.3.1 to 3.3.2 (diff) | |
Merge pull request #2598 from python-discord/dependabot/pip/pre-commit-3.3.2
Bump pre-commit from 3.3.1 to 3.3.2
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 e1591f703..f7b49f76a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]} coverage = "7.2.5" httpx = "0.24.0" isort = "5.12.0" -pre-commit = "3.3.1" +pre-commit = "3.3.2" pip-licenses = "4.3.1" pytest = "7.3.1" pytest-cov = "4.0.0" |