diff --git a/poetry.lock b/poetry.lock index 6d09882ec..fd9f8c3eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5011,13 +5011,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.3" 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.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -7102,4 +7102,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c201454395c593831d8b4bfc4f8dde8329c63893ba765b18b2c0dce1c5a4824b" +content-hash = "f40f7c65c9194b48025a151818c972e4fe1b7e2cb8d8a3fcb4897499828aaac9" diff --git a/pyproject.toml b/pyproject.toml index 9f635983e..2ffbd8c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ semantic-kernel = {version = "1.3.0", python = "<3.13"} azure-ai-ml = "^1.19.0" [tool.poetry.group.dev.dependencies] -pytest = "^8.3.2" +pytest = "^8.3.3" pytest-cov = "5.0.0" flake8 = "7.1.1" black = "24.8.0"