diff options
author | 2024-09-12 15:22:08 +0200 | |
---|---|---|
committer | 2024-09-12 15:22:08 +0200 | |
commit | ca759461c03d67f6536d6ee5eadf1104ee0ec8d7 (patch) | |
tree | ced59a75232e54646918ec0b5e2ecf8d8d7f60ba /pyproject.toml | |
parent | Merge pull request #3166 from python-discord/dependabot/pip/ruff-0.6.4 (diff) | |
parent | Bump httpx from 0.27.0 to 0.27.2 (diff) |
Merge pull request #3159 from python-discord/dependabot/pip/httpx-0.27.2
Bump httpx from 0.27.0 to 0.27.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 3b5f31a93..fe8b99343 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pydantic-settings = "2.2.1" [tool.poetry.dev-dependencies] coverage = "7.6.1" -httpx = "0.27.0" +httpx = "0.27.2" pre-commit = "3.7.1" pip-licenses = "5.0.0" pytest = "8.3.2" |