aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-06 20:37:30 +0000
committerGitHub <noreply@github.com>2023-11-06 20:37:30 +0000
commitfd61671f7dd70931ba540fc7c1a88d53b0f8dbe8 (patch)
treed922fa25137ade026bc4c52cfac1d9c3ae44b30c
parentea076e453b5dc398f6b6f00457c718f4ecbf5747 (diff)
downloadonionshare-0475dependabot/pip/docs/httpx-0.25.1.tar.gz
onionshare-0475dependabot/pip/docs/httpx-0.25.1.zip
Bump httpx from 0.25.0 to 0.25.1 in /docs0475dependabot/pip/docs/httpx-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] <support@github.com>
-rw-r--r--docs/poetry.lock9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/poetry.lock b/docs/poetry.lock
index 1d258706..d7b85217 100644
--- a/docs/poetry.lock
+++ b/docs/poetry.lock
@@ -222,18 +222,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 = "*"