From e2a21a1e98b5fb4dab8a2d08482c209f87a54600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:24:01 +0000 Subject: [PATCH] chore(deps-dev): bump httpx from 0.27.2 to 0.28.0 Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.0. - [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.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 50b463ec4cd..f1d8666708a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1782,13 +1782,13 @@ trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" -version = "0.27.2" +version = "0.28.0" 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.0-py3-none-any.whl", hash = "sha256:dc0b419a0cfeb6e8b34e85167c0da2671206f5095f1baa9663d23bcfd6b535fc"}, + {file = "httpx-0.28.0.tar.gz", hash = "sha256:0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0"}, ] [package.dependencies] @@ -1796,7 +1796,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] @@ -4406,4 +4405,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "71237b20ca6853699d6f7e28db3d4d527da71ca61d8a84f0c7708cd72bae93a4" +content-hash = "db3dcd696aa16ed79b5da499e1007fe46272b7a832d05ac9a72ea24f0db50ec1" diff --git a/pyproject.toml b/pyproject.toml index 3e1f5cc7724..58f342c0e8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ cfn-lint = "1.20.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0" -httpx = ">=0.23.3,<0.28.0" +httpx = ">=0.23.3,<0.29.0" sentry-sdk = ">=1.22.2,<3.0.0" ruff = ">=0.5.1,<0.8.1" retry2 = "^0.9.5"