diff options
author | 2024-02-22 21:15:49 +0000 | |
---|---|---|
committer | 2024-02-22 21:15:49 +0000 | |
commit | 6d419801ac0a76aead023b55ff52f6aa5ca141e7 (patch) | |
tree | 6937e0e1573618ac5aa69aae8ae453416551747f /pyproject.toml | |
parent | Merge pull request #2932 from python-discord/dependabot/pip/coverage-7.4.2 (diff) |
Bump httpx from 0.26.0 to 0.27.0 (#2933)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 b6b44f4a3..4a9db205a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pydantic-settings = "2.1.0" [tool.poetry.dev-dependencies] coverage = "7.4.2" -httpx = "0.26.0" +httpx = "0.27.0" pre-commit = "3.6.2" pip-licenses = "4.3.4" pytest = "8.0.1" |