aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-06 10:20:10 +0000
committerGravatar GitHub <[email protected]>2023-11-06 10:20:10 +0000
commita240bc8fed17c3b72033d24203a86757c64104b2 (patch)
treeb41eca17ee87c6910831e2194620bb9295359406
parentMerge pull request #1139 from python-discord/dependabot/pip/ruff-0.1.4 (diff)
Bump httpx from 0.25.0 to 0.25.1
Bumps [httpx](https://github.com/encode/httpx) from 0.25.0 to 0.25.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.25.0...0.25.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-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 20da7fa6..8db8341b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -532,18 +532,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 = "*"
@@ -1203,4 +1204,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "9502d77a756060c6ca6d0ca60c9b5cd44bc29dc29e9669003a195dd679ed648c"
+content-hash = "16c81ae3d3cb6a2efb2ece4329d8d0f7f8fdfbca7069e04681745352514fffc7"
diff --git a/pyproject.toml b/pyproject.toml
index 6a09277d..26cca1fa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ django-prometheus = "2.3.1"
django-simple-bulma = "2.5.0"
djangorestframework = "3.14.0"
gunicorn = "21.2.0"
-httpx = "0.25.0"
+httpx = "0.25.1"
markdown = "3.5.1"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.3.1"