aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-26 15:41:58 +0000
committerGravatar GitHub <[email protected]>2023-05-26 15:41:58 +0000
commitcaa2fdb1af7080f97ddfbc92bf17f2ca3458c401 (patch)
treeb67b74a63b919910e40b8e5a4c545e54ab6c4b06 /pyproject.toml
parentMerge pull request #2606 from python-discord/dependabot/pip/taskipy-1.11.0 (diff)
Bump httpx from 0.24.0 to 0.24.1
Bumps [httpx](https://github.com/encode/httpx) from 0.24.0 to 0.24.1. - [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.24.0...0.24.1) --- 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 1d3cb3815..03c680d2e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ pydantic = { version = "1.10.8", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
coverage = "7.2.5"
-httpx = "0.24.0"
+httpx = "0.24.1"
isort = "5.12.0"
pre-commit = "3.3.2"
pip-licenses = "4.3.1"