diff options
| author | 2023-05-02 22:59:16 +0800 | |
|---|---|---|
| committer | 2023-05-02 22:59:16 +0800 | |
| commit | 68960558c0b3d4f809038f22d3047cd1a4d6ec38 (patch) | |
| tree | 7b1fc72616358960c0ccebad9a51d967cb1a7115 /pyproject.toml | |
| parent | Update on-message-event.md (diff) | |
| parent | Merge pull request #2575 from python-discord/dependabot/pip/pre-commit-3.3.0 (diff) | |
Merge branch 'main' into on-message-event-tag
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 13b1b4754..db21edd59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,10 +32,10 @@ tldextract = "3.4.1" pydantic = { version = "1.10.7", extras = ["dotenv"]} [tool.poetry.dev-dependencies] -coverage = "7.2.4" +coverage = "7.2.5" httpx = "0.24.0" isort = "5.12.0" -pre-commit = "3.2.2" +pre-commit = "3.3.0" pip-licenses = "4.3.0" pytest = "7.3.1" pytest-cov = "4.0.0" |