aboutsummaryrefslogtreecommitdiffstats
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
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]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 3beff73f9..e4a9cd29c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -777,14 +777,14 @@ socks = ["socksio (>=1.0.0,<2.0.0)"]
[[package]]
name = "httpx"
-version = "0.24.0"
+version = "0.24.1"
description = "The next generation HTTP client."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "httpx-0.24.0-py3-none-any.whl", hash = "sha256:447556b50c1921c351ea54b4fe79d91b724ed2b027462ab9a329465d147d5a4e"},
- {file = "httpx-0.24.0.tar.gz", hash = "sha256:507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e"},
+ {file = "httpx-0.24.1-py3-none-any.whl", hash = "sha256:06781eb9ac53cde990577af654bd990a4949de37a28bdb4a230d434f3a30b9bd"},
+ {file = "httpx-0.24.1.tar.gz", hash = "sha256:5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd"},
]
[package.dependencies]
@@ -2291,4 +2291,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "ac58ffc15a780011227c6ff9d2b897e0295658c9c8271aea33ba12145f92ff8d"
+content-hash = "a33a37061a161838167a90b25d753f1ff8e1d9a70eb6cba35eee78177d7f7d73"
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"