aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-12 11:58:52 +0000
committerGravatar GitHub <[email protected]>2024-09-12 11:58:52 +0000
commitdb4d4043bc72d6466368c7370d9d5a6e6d6a59ed (patch)
treeced59a75232e54646918ec0b5e2ecf8d8d7f60ba /pyproject.toml
parentMerge pull request #3166 from python-discord/dependabot/pip/ruff-0.6.4 (diff)
Bump httpx from 0.27.0 to 0.27.2
Bumps [httpx](https://github.com/encode/httpx) from 0.27.0 to 0.27.2. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.27.2) --- updated-dependencies: - dependency-name: httpx 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.toml2
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"