From 4a3204b9868b382585aaf0328e605f9a1157f84e Mon Sep 17 00:00:00 2001 From: ff137 Date: Sat, 30 Nov 2024 10:32:38 +0200 Subject: [PATCH] :arrow_up: Upgrade httpx library to latest --- app/poetry.lock | 9 ++++----- app/pyproject.toml | 2 +- endorser/poetry.lock | 9 ++++----- endorser/pyproject.toml | 2 +- trustregistry/poetry.lock | 9 ++++----- trustregistry/pyproject.toml | 2 +- waypoint/poetry.lock | 9 ++++----- waypoint/pyproject.toml | 2 +- 8 files changed, 20 insertions(+), 24 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index d702a936d..d85c5e886 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -741,13 +741,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] @@ -755,7 +755,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] @@ -1968,4 +1967,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "774a411b4bb855d85e9aa8bfbe2ba3a0a615decf68c664ec8e0fcfc0ecffd1f8" +content-hash = "42bc1ad0b9773fd537a3751895056e0d2a8ae1fdf68bcd37aeaf6dc7ba3dda9a" diff --git a/app/pyproject.toml b/app/pyproject.toml index 9e983c89a..222899149 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -12,7 +12,7 @@ aiohttp = "~3.11.7" aries-cloudcontroller = "==1.1.1b3" base58 = "~2.1.1" fastapi = "~0.115.0" -httpx = "~0.27.0" +httpx = "~0.28.0" loguru = "~0.7.2" orjson = "~3.10.7" pydantic = "~2.10.1" diff --git a/endorser/poetry.lock b/endorser/poetry.lock index 30d1d2356..04c0ceeaa 100644 --- a/endorser/poetry.lock +++ b/endorser/poetry.lock @@ -884,13 +884,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] @@ -898,7 +898,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] @@ -2131,4 +2130,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "355df1b92e9ef321d95e0d25d494acb0b7b0e0e62825542bf17964f143b3d0da" +content-hash = "aef1712e460a2259ab199f2f5195e304757adb2d67c44ea37608e521c617262f" diff --git a/endorser/pyproject.toml b/endorser/pyproject.toml index c3c47ac1c..ea4e80d37 100644 --- a/endorser/pyproject.toml +++ b/endorser/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.12" aries-cloudcontroller = "==1.1.1b3" dependency-injector-fork = "~=4.42.1" # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744 fastapi = "~0.115.0" -httpx = "~0.27.0" +httpx = "~0.28.0" nats-py = {extras = ["nkeys"], version = "^2.9.0"} loguru = "~0.7.2" orjson = "~3.10.7" diff --git a/trustregistry/poetry.lock b/trustregistry/poetry.lock index 06da25813..22ef8f53f 100644 --- a/trustregistry/poetry.lock +++ b/trustregistry/poetry.lock @@ -532,13 +532,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] @@ -546,7 +546,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] @@ -1606,4 +1605,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b98789227e2b7747be7922bbfe333052e3d472d3eabb5c87cf76297253fb247c" +content-hash = "81fe9f7b395c39b6252d2749d7f46f40d7fdd4638cdd55fdaf77d82e7968f53d" diff --git a/trustregistry/pyproject.toml b/trustregistry/pyproject.toml index 8f4f828d3..9caa7da45 100644 --- a/trustregistry/pyproject.toml +++ b/trustregistry/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false python = "^3.12" fastapi = "~0.115.0" -httpx = "~0.27.0" +httpx = "~0.28.0" loguru = "~0.7.2" orjson = "~3.10.7" psycopg2-binary = "~=2.9.6" diff --git a/waypoint/poetry.lock b/waypoint/poetry.lock index a515c8717..e390cf848 100644 --- a/waypoint/poetry.lock +++ b/waypoint/poetry.lock @@ -874,13 +874,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] @@ -888,7 +888,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] @@ -2140,4 +2139,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "431040da6e036d37e4b6c8efb6e780f5bcaee5b4d1ef5ce2a9a904ea661b7be9" +content-hash = "5c86203a7313681106ba03cc1ad6c730243b1db4867afbda52ebef1d79ee9b6a" diff --git a/waypoint/pyproject.toml b/waypoint/pyproject.toml index ba889c9cb..a5f17e602 100644 --- a/waypoint/pyproject.toml +++ b/waypoint/pyproject.toml @@ -12,7 +12,7 @@ aiohttp = "~3.11.7" dependency-injector-fork = "~=4.42.1" fastapi = "~0.115.0" loguru = "~0.7.2" -httpx = "~0.27.0" +httpx = "~0.28.0" nats-py = {extras = ["nkeys"], version = "^2.9.0"} orjson = "~3.10.7" pydantic = "~2.10.1"