aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-11-21 10:02:19 -0800
committerGravatar GitHub <[email protected]>2022-11-21 10:02:19 -0800
commit4ce9f301a7c74e50f23cb2ddaf22536a4af31ac4 (patch)
treeffdefd1a199a776ee951f196103ae6d06cc1cc61
parentDelete vps-services.md (#799) (diff)
parentBump httpx from 0.23.0 to 0.23.1 (diff)
Merge pull request #800 from python-discord/dependabot/pip/httpx-0.23.1
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index c17c3286..e9824ca9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -422,7 +422,7 @@ socks = ["socksio (>=1.0.0,<2.0.0)"]
[[package]]
name = "httpx"
-version = "0.23.0"
+version = "0.23.1"
description = "The next generation HTTP client."
category = "main"
optional = false
@@ -430,7 +430,7 @@ python-versions = ">=3.7"
[package.dependencies]
certifi = "*"
-httpcore = ">=0.15.0,<0.16.0"
+httpcore = ">=0.15.0,<0.17.0"
rfc3986 = {version = ">=1.3,<2", extras = ["idna2008"]}
sniffio = "*"
@@ -912,7 +912,7 @@ brotli = ["Brotli"]
[metadata]
lock-version = "1.1"
python-versions = "3.10.*"
-content-hash = "bd31b8df83e8098e6a18a2cddc41ef40215cc0e20269900bedd59330a7363951"
+content-hash = "ac9503ea4d6f2a3d81a1b2add7134953caab182786a1de82e1b1c54f8b2de795"
[metadata.files]
anyio = [
@@ -1184,8 +1184,8 @@ httpcore = [
{file = "httpcore-0.15.0.tar.gz", hash = "sha256:18b68ab86a3ccf3e7dc0f43598eaddcf472b602aba29f9aa6ab85fe2ada3980b"},
]
httpx = [
- {file = "httpx-0.23.0-py3-none-any.whl", hash = "sha256:42974f577483e1e932c3cdc3cd2303e883cbfba17fe228b0f63589764d7b9c4b"},
- {file = "httpx-0.23.0.tar.gz", hash = "sha256:f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef"},
+ {file = "httpx-0.23.1-py3-none-any.whl", hash = "sha256:0b9b1f0ee18b9978d637b0776bfd7f54e2ca278e063e3586d8f01cda89e042a8"},
+ {file = "httpx-0.23.1.tar.gz", hash = "sha256:202ae15319be24efe9a8bd4ed4360e68fde7b38bcc2ce87088d416f026667d19"},
]
identify = [
{file = "identify-2.5.8-py2.py3-none-any.whl", hash = "sha256:48b7925fe122720088aeb7a6c34f17b27e706b72c61070f27fe3789094233440"},
diff --git a/pyproject.toml b/pyproject.toml
index 79f2ecc0..ecd71dac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ djangorestframework = "3.14.0"
psycopg2-binary = "2.9.5"
django-simple-bulma = "2.5.0"
whitenoise = "6.2.0"
-httpx = "0.23.0"
+httpx = "0.23.1"
pyyaml = "6.0"
gunicorn = "20.1.0"
sentry-sdk = "1.11.0"