diff --git a/poetry.lock b/poetry.lock index 27f0146a..5d4b5009 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1347,13 +1347,13 @@ trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.27.2" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"}, - {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"}, + {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"}, + {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"}, ] [package.dependencies] @@ -1368,6 +1368,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 = "identify" @@ -4411,4 +4412,4 @@ pypi = ["opencv-contrib-python", "opencv-python", "pin", "torch", "torchnet", "t [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "8499ac247adc4f5609644be7c5ce073bc52b83bf380fe2387ebd2676b967b95d" +content-hash = "1a77e99cfb144d3ea4e5d2372e36b3944ca189b135002f2b49ed1fd1b7569365" diff --git a/pyproject.toml b/pyproject.toml index 2c881615..20e24841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ bokeh = "^3.6.0" bop_toolkit_lib = {git = "https://github.com/agimus-project/bop_toolkit"} cmeel-teaser-plusplus = {optional = true, version = "^2.0"} cosypose = {optional = true, path = "happypose/pose_estimators/cosypose"} -httpx = "^0.25.0" +httpx = "^0.27.2" imageio = "^2.36.0" ipython = "^8.29.0" joblib = "^1.4.2"