aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-30 12:31:45 +0000
committerGravatar GitHub <[email protected]>2024-12-30 12:31:45 +0000
commita10fd921305255c881efd8ab54884092e01f8f4f (patch)
tree814eface9795c937343965b87f7b581dc07c08d1
parentBump coverage from 7.6.7 to 7.6.10 (#3217) (diff)
Bump httpx from 0.27.2 to 0.28.1 (#3218)
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.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.27.2...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock9
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 544118208..e6c216d78 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -825,13 +825,13 @@ trio = ["trio (>=0.22.0,<1.0)"]
[[package]]
name = "httpx"
-version = "0.27.2"
+version = "0.28.1"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
- {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"},
- {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"},
+ {file = "httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"},
+ {file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"},
]
[package.dependencies]
@@ -839,7 +839,6 @@ anyio = "*"
certifi = "*"
httpcore = "==1.*"
idna = "*"
-sniffio = "*"
[package.extras]
brotli = ["brotli", "brotlicffi"]
@@ -2612,4 +2611,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "b02190da6ab928cf5493db2679adcb08ca5e4ce7f87da5bcf67e2a49e2e11340"
+content-hash = "b16fcbcb6c05dd40c7e99e37b086ee30335f8e3a4c4e7bd716d52ddbe448fbe8"
diff --git a/pyproject.toml b/pyproject.toml
index 6a78d5926..224efb40f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ pydantic-settings = "2.6.1"
[tool.poetry.dev-dependencies]
coverage = "7.6.10"
-httpx = "0.27.2"
+httpx = "0.28.1"
pre-commit = "4.0.1"
pip-licenses = "5.0.0"
pytest = "8.3.3"