diff --git a/kafka_events/integration/poetry.lock b/kafka_events/integration/poetry.lock index 182bdaefe..373cac399 100644 --- a/kafka_events/integration/poetry.lock +++ b/kafka_events/integration/poetry.lock @@ -372,9 +372,6 @@ python-versions = "^3.7" files = [] develop = false -[package.dependencies] -httpx = {version = "^0.15.4", optional = true} - [package.extras] client = ["httpx (>=0.15.4,<0.16.0)"] server = ["aries-staticagent @ git+https://github.com/dbluhm/aries-staticagent-python@880c1b6a6b2f8deca36437ed2e733b4728225142", "fastapi (>=0.67.0,<0.68.0)"] @@ -659,13 +656,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -913,4 +910,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3d433001c19ec02dbdb89c09511366afdd068d812e5b65f0939f33d0f02098a0" +content-hash = "fdbff41c8f7f2414ac69c4c94461cbd76f6105ae916686f4bf2a05501a3f7f1c" diff --git a/kafka_events/integration/pyproject.toml b/kafka_events/integration/pyproject.toml index d2baee643..8f8999824 100644 --- a/kafka_events/integration/pyproject.toml +++ b/kafka_events/integration/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.9" -pytest = "^8.2.0" +pytest = "^8.3.4" pytest-asyncio = "~0.23.7" requests = "^2.31.0" pytest-cov = "^5.0.0"