aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-10 04:12:08 +0000
committerGravatar GitHub <[email protected]>2023-11-10 04:12:08 +0000
commit5fa4b173f8942691291559b104256933a0f99de1 (patch)
treeeea01cf65f6386b265ae82312beb4466bd2065d9
parentMerge pull request #2807 from python-discord/dependabot/pip/ruff-0.1.5 (diff)
Bump httpx from 0.25.0 to 0.25.1 (#2804)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock11
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 59c3f5735..fba3b6737 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -758,18 +758,19 @@ socks = ["socksio (==1.*)"]
[[package]]
name = "httpx"
-version = "0.25.0"
+version = "0.25.1"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
- {file = "httpx-0.25.0-py3-none-any.whl", hash = "sha256:181ea7f8ba3a82578be86ef4171554dd45fec26a02556a744db029a0a27b7100"},
- {file = "httpx-0.25.0.tar.gz", hash = "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875"},
+ {file = "httpx-0.25.1-py3-none-any.whl", hash = "sha256:fec7d6cc5c27c578a391f7e87b9aa7d3d8fbcd034f6399f9f79b45bcc12a866a"},
+ {file = "httpx-0.25.1.tar.gz", hash = "sha256:ffd96d5cf901e63863d9f1b4b6807861dbea4d301613415d9e6e57ead15fc5d0"},
]
[package.dependencies]
+anyio = "*"
certifi = "*"
-httpcore = ">=0.18.0,<0.19.0"
+httpcore = "*"
idna = "*"
sniffio = "*"
@@ -2341,4 +2342,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "c5b71159dc88042a9b1379b90c8841b32407f002e4aa8203440208fbbca551b6"
+content-hash = "f801a680266a6dc8df59c564e7f7f2d48d0b27698e295ab927764304a6386831"
diff --git a/pyproject.toml b/pyproject.toml
index 6b0dc915e..4dc77803f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ pydantic-settings = "2.0.3"
[tool.poetry.dev-dependencies]
coverage = "7.3.2"
-httpx = "0.25.0"
+httpx = "0.25.1"
pre-commit = "3.5.0"
pip-licenses = "4.3.3"
pytest = "7.4.3"