From c69c362027faf9dcc27e1f0796ce1ba79fee0874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:49:26 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.27.0 to 0.27.2 in /docs_src Bumps [httpx](https://github.com/encode/httpx) from 0.27.0 to 0.27.2. - [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.0...0.27.2) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs_src/poetry.lock | 9 +++++---- docs_src/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs_src/poetry.lock b/docs_src/poetry.lock index c9b3182..5cf9ea7 100644 --- a/docs_src/poetry.lock +++ b/docs_src/poetry.lock @@ -597,13 +597,13 @@ trio = ["trio (>=0.22.0,<0.26.0)"] [[package]] name = "httpx" -version = "0.27.0" +version = "0.27.2" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, - {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, + {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"}, + {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"}, ] [package.dependencies] @@ -618,6 +618,7 @@ brotli = ["brotli", "brotlicffi"] cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "idna" @@ -1999,4 +2000,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9c22301b3ac114a5796ee349b8ad8568273c9bbdb6cfc50f6e098b4c3f450578" +content-hash = "d4c33d05889f0b2e8eb5d94017596b6010eeee75b1a06b29470207dcb05a443c" diff --git a/docs_src/pyproject.toml b/docs_src/pyproject.toml index 8a260f7..a6c8eb2 100644 --- a/docs_src/pyproject.toml +++ b/docs_src/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.12" django = "^5.1.1" fastapi = "^0.115.0" flask = "^3.0.1" -httpx = "^0.27.0" +httpx = "^0.27.2" structlog = "^24.4.0" tomodachi = "^0.27.2" types-aiobotocore = { extras = [