From 707702914e8bd8d307e3b503f0d094a5e92e96d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:20:35 +0000 Subject: [PATCH] build(deps): bump pytest in /kafka_events/integration Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- kafka_events/integration/poetry.lock | 11 ++++------- kafka_events/integration/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) 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"