diff options
| author | 2023-05-26 15:45:11 +0000 | |
|---|---|---|
| committer | 2023-05-26 15:45:11 +0000 | |
| commit | e8619fdcdd113051719094cff4718725f63c6794 (patch) | |
| tree | e864d4c7d2488f40f38f3a59a7ba3113f820ba4e /pyproject.toml | |
| parent | Merge pull request #2605 from python-discord/dependabot/pip/httpx-0.24.1 (diff) | |
Bump coverage from 7.2.5 to 7.2.6
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.5...7.2.6)
---
updated-dependencies:
- dependency-name: coverage
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 03c680d2e..9215502dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ tldextract = "3.4.4" pydantic = { version = "1.10.8", extras = ["dotenv"]} [tool.poetry.dev-dependencies] -coverage = "7.2.5" +coverage = "7.2.6" httpx = "0.24.1" isort = "5.12.0" pre-commit = "3.3.2" |