diff --git a/poetry.lock b/poetry.lock index 8c970919..8b24187c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,13 +421,13 @@ trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" -version = "0.27.2" +version = "0.28.1" 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.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"}, + {file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"}, ] [package.dependencies] @@ -435,7 +435,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] @@ -1296,21 +1295,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-httpx" -version = "0.33.0" +version = "0.35.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_httpx-0.33.0-py3-none-any.whl", hash = "sha256:bdd1b00a846cfe857194e4d3ba72dc08ba0d163154a4404269c9b971f357c05d"}, - {file = "pytest_httpx-0.33.0.tar.gz", hash = "sha256:4af9ab0dae5e9c14cb1e27d18af3db1f627b2cf3b11c02b34ddf26aff6b0a24c"}, + {file = "pytest_httpx-0.35.0-py3-none-any.whl", hash = "sha256:ee11a00ffcea94a5cbff47af2114d34c5b231c326902458deed73f9c459fd744"}, + {file = "pytest_httpx-0.35.0.tar.gz", hash = "sha256:d619ad5d2e67734abfbb224c3d9025d64795d4b8711116b1a13f72a251ae511f"}, ] [package.dependencies] -httpx = "==0.27.*" +httpx = "==0.28.*" pytest = "==8.*" [package.extras] -testing = ["pytest-asyncio (==0.24.*)", "pytest-cov (==5.*)"] +testing = ["pytest-asyncio (==0.24.*)", "pytest-cov (==6.*)"] [[package]] name = "pytest-mock" @@ -1835,4 +1834,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "94084810b9991aa030a21796888aa15f491983ef6c2583257dbf9abbd4d08b53" +content-hash = "6b7c2d9ece286a6ef6924dbfc9520e94e6f3c886d8c9eac147e0538f73d1e3be" diff --git a/pyproject.toml b/pyproject.toml index c4e1215b..f78986d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ images-upload-cli = "images_upload_cli._cli:cli" [tool.poetry.dependencies] python = "^3.10" click = "^8.1.7" -httpx = "^0.27.0" +httpx = "^0.28.0" loguru = "^0.7.2" pillow = "^11.0.0" pyperclip = "^1.9.0" @@ -39,7 +39,7 @@ pytest = "^8.3.4" pytest-asyncio = "^0.25.0" pytest-benchmark = "^5.1.0" pytest-cov = "^6.0.0" -pytest-httpx = "^0.33.0" +pytest-httpx = "^0.35.0" pytest-mock = "^3.14.0" logot = "^1.3.0"