diff --git a/poetry.lock b/poetry.lock index 7b0574a..e0b6397 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,13 +421,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.26.0" 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.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] @@ -722,21 +722,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-httpx" -version = "0.27.0" +version = "0.28.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_httpx-0.27.0-py3-none-any.whl", hash = "sha256:24f6f53d507ab483bea8f89b975a1a111fb613ccab4d86e570be8991776e8bcc"}, - {file = "pytest_httpx-0.27.0.tar.gz", hash = "sha256:a33c4e8df415cc1232b3664869b6a8b8061c4c223335aca0b237cefbc01ba0eb"}, + {file = "pytest_httpx-0.28.0-py3-none-any.whl", hash = "sha256:045774556a3633688742315a6981aab2806ce93bcbcc8444253ab87bca286800"}, + {file = "pytest_httpx-0.28.0.tar.gz", hash = "sha256:a82505fdf59f19eaaf2853db3f3832b3dee35d3bc58000232db2b65c5fca0614"}, ] [package.dependencies] -httpx = "==0.25.*" +httpx = "==0.26.*" pytest = "==7.*" [package.extras] -testing = ["pytest-asyncio (==0.21.*)", "pytest-cov (==4.*)"] +testing = ["pytest-asyncio (==0.23.*)", "pytest-cov (==4.*)"] [[package]] name = "requests" @@ -811,4 +811,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e9a000cbc6693e9a5c934964b259e3bd58465b59d4e2bc258f42a70b26205fed" +content-hash = "9abab417e88a9b44413e04e9a2d7ef6e3121e1f42e5fe6b4ba02e965093b659f" diff --git a/pyproject.toml b/pyproject.toml index 889a570..e7676cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -httpx = {extras = ["http2"], version = "^0.25.0"} +httpx = {extras = ["http2"], version = "^0.26.0"} PyJWT = "^2.6.0" cryptography = ">=39,<42" @@ -32,7 +32,7 @@ flake8 = "^6.0.0" mypy = ">=0.971,<1.8" pytest-cov = "^4.0.0" coveralls = "^3.3.1" -pytest-httpx = "^0.27.0" +pytest-httpx = "^0.28.0" pytest-asyncio = ">=0.20.3,<0.24.0" [build-system]