From 0b7e70d786560cdecb7b3874735f351e918853ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:21:59 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.27.2 to 0.28.1 in /super_admin_client 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-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- super_admin_client/poetry.lock | 21 ++++----------------- super_admin_client/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/super_admin_client/poetry.lock b/super_admin_client/poetry.lock index 31eef47..4974b98 100644 --- a/super_admin_client/poetry.lock +++ b/super_admin_client/poetry.lock @@ -448,14 +448,14 @@ files = [ [[package]] name = "httpx" -version = "0.27.2" +version = "0.28.1" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" groups = ["main"] 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] @@ -463,7 +463,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli ; platform_python_implementation == \"CPython\"", "brotlicffi ; platform_python_implementation != \"CPython\""] @@ -1171,18 +1170,6 @@ files = [ {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, ] -[[package]] -name = "sniffio" -version = "1.3.1" -description = "Sniff out which async library your code is running under" -optional = false -python-versions = ">=3.7" -groups = ["main"] -files = [ - {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"}, - {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"}, -] - [[package]] name = "starlette" version = "0.50.0" @@ -1614,4 +1601,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "7466c76e36bbb8640964c27e9c03e0b0a7ef99f9ad59b2b004cc56a12c12c348" +content-hash = "a219fc94233657e208a4a43b2c107cf56435ff8cf81e31531bd90f17e94d8b99" diff --git a/super_admin_client/pyproject.toml b/super_admin_client/pyproject.toml index 2e3f750..8a7a947 100644 --- a/super_admin_client/pyproject.toml +++ b/super_admin_client/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" flet = "^0.21.0" -httpx = "^0.27.0" +httpx = ">=0.27,<0.29" pydantic = "^2.8.0" python-dotenv = "^1.0.1" pyjwt = "^2.10.1"