diff --git a/poetry.lock b/poetry.lock index 052be70..d65b130 100644 --- a/poetry.lock +++ b/poetry.lock @@ -791,21 +791,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-httpx" -version = "0.30.0" +version = "0.34.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest-httpx-0.30.0.tar.gz", hash = "sha256:755b8edca87c974dd4f3605c374fda11db84631de3d163b99c0df5807023a19a"}, - {file = "pytest_httpx-0.30.0-py3-none-any.whl", hash = "sha256:6d47849691faf11d2532565d0c8e0e02b9f4ee730da31687feae315581d7520c"}, + {file = "pytest_httpx-0.34.0-py3-none-any.whl", hash = "sha256:42cf0a66f7b71b9111db2897e8b38a903abd33a27b11c48aff4a3c7650313af2"}, + {file = "pytest_httpx-0.34.0.tar.gz", hash = "sha256:3ca4b0975c0f93b985f17df19e76430c1086b5b0cce32b1af082d8901296a735"}, ] [package.dependencies] httpx = "==0.27.*" -pytest = ">=7,<9" +pytest = "==8.*" [package.extras] -testing = ["pytest-asyncio (==0.23.*)", "pytest-cov (==4.*)"] +testing = ["pytest-asyncio (==0.24.*)", "pytest-cov (==5.*)"] [[package]] name = "pytest-randomly" @@ -1197,4 +1197,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "98f766233e43c55b244f8746dfe34d0e6697078ffa3c8814ef46aa5fcce06397" +content-hash = "b873cbfd43cab9ff9ebeebe58d9e619250eaa8500ee5de13d9de4baa8c7c551b" diff --git a/pyproject.toml b/pyproject.toml index 70f0043..967dac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ tox = "^4.15.0" pytest-randomly = "^3.15.0" pytest-sugar = "^1.0.0" sqlalchemy-utils = "^0.41.2" -pytest-httpx = "^0.30.0" +pytest-httpx = "^0.34.0" types-dateparser = "^1.2.0.20240420" types-python-dateutil = "^2.9.0.20240316"