diff options
| author | 2023-09-06 14:57:51 +0100 | |
|---|---|---|
| committer | 2023-09-06 14:57:51 +0100 | |
| commit | 10ea1873c4390cd81a1f802727c78e290c1bcdc0 (patch) | |
| tree | 1701e5ab281d6eaabd9cba98a1490eb49ab5e320 /pyproject.toml | |
| parent | Bump ruff from 0.0.285 to 0.0.287 (#2745) (diff) | |
| parent | Bump coverage from 7.3.0 to 7.3.1 (diff) | |
Merge pull request #2746 from python-discord/dependabot/pip/coverage-7.3.1
Bump coverage from 7.3.0 to 7.3.1
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 086e12055..0ff3b4477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pydantic = "2.0.3"  pydantic-settings = "2.0.3"  [tool.poetry.dev-dependencies] -coverage = "7.3.0" +coverage = "7.3.1"  httpx = "0.24.1"  pre-commit = "3.4.0"  pip-licenses = "4.3.2" | 
