From d81daac48579b144dba7397089a57b80fb2a4258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 23:49:33 +0000 Subject: [PATCH 1/2] Bump pytest from 9.0.2 to 9.0.3 in /python/packages/devui Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/packages/devui/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/packages/devui/pyproject.toml b/python/packages/devui/pyproject.toml index 31fdf39234..f42c201c6f 100644 --- a/python/packages/devui/pyproject.toml +++ b/python/packages/devui/pyproject.toml @@ -32,12 +32,12 @@ classifiers = [ [project.optional-dependencies] dev = [ - "pytest==9.0.2", + "pytest==9.0.3", "watchdog==6.0.0", "agent-framework-orchestrations==1.0.0b260402", ] all = [ - "pytest==9.0.2", + "pytest==9.0.3", "watchdog==6.0.0", ] From 2673149d896e88fd88a01bee1e609e3218ab6dee Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 05:23:36 +0000 Subject: [PATCH 2/2] Fix CI: bump pytest to 9.0.3 in all workspace pyproject.toml files and update uv.lock Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/60822a0e-8a54-412f-9999-051cf1ce2c7c Co-authored-by: moonbox3 <35585003+moonbox3@users.noreply.github.com> --- python/packages/ag-ui/pyproject.toml | 2 +- python/packages/lab/pyproject.toml | 2 +- python/pyproject.toml | 2 +- python/uv.lock | 18 +++++++++--------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/python/packages/ag-ui/pyproject.toml b/python/packages/ag-ui/pyproject.toml index 5b6e40c95e..a11608e5fc 100644 --- a/python/packages/ag-ui/pyproject.toml +++ b/python/packages/ag-ui/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest==9.0.2", + "pytest==9.0.3", "httpx==0.28.1", ] diff --git a/python/packages/lab/pyproject.toml b/python/packages/lab/pyproject.toml index ca5f4837ad..d6bb3d5613 100644 --- a/python/packages/lab/pyproject.toml +++ b/python/packages/lab/pyproject.toml @@ -59,7 +59,7 @@ math = [ dev = [ "uv==0.11.3", "ruff==0.15.8", - "pytest==9.0.2", + "pytest==9.0.3", "mypy==1.20.0", "pyright==1.1.408", #tasks diff --git a/python/pyproject.toml b/python/pyproject.toml index 67853a9ec1..dd95f74cca 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "uv==0.11.3", "flit==3.12.0", "ruff==0.15.8", - "pytest==9.0.2", + "pytest==9.0.3", "pytest-asyncio==1.3.0", "pytest-cov==7.1.0", "pytest-xdist[psutil]==3.8.0", diff --git a/python/uv.lock b/python/uv.lock index bb422b4478..d1acc10e23 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -137,7 +137,7 @@ dev = [ { name = "poethepoet", specifier = "==0.42.1" }, { name = "prek", specifier = "==0.3.8" }, { name = "pyright", specifier = "==1.1.408" }, - { name = "pytest", specifier = "==9.0.2" }, + { name = "pytest", specifier = "==9.0.3" }, { name = "pytest-asyncio", specifier = "==1.3.0" }, { name = "pytest-cov", specifier = "==7.1.0" }, { name = "pytest-retry", specifier = "==1.7.0" }, @@ -187,7 +187,7 @@ requires-dist = [ { name = "agent-framework-core", editable = "packages/core" }, { name = "fastapi", specifier = ">=0.115.0,<0.133.1" }, { name = "httpx", marker = "extra == 'dev'", specifier = "==0.28.1" }, - { name = "pytest", marker = "extra == 'dev'", specifier = "==9.0.2" }, + { name = "pytest", marker = "extra == 'dev'", specifier = "==9.0.3" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.30.0,<0.42.0" }, ] provides-extras = ["dev"] @@ -448,8 +448,8 @@ requires-dist = [ { name = "fastapi", specifier = ">=0.115.0,<0.133.1" }, { name = "openai", specifier = ">=1.99.0,<3" }, { name = "opentelemetry-sdk", specifier = ">=1.39.0,<2" }, - { name = "pytest", marker = "extra == 'all'", specifier = "==9.0.2" }, - { name = "pytest", marker = "extra == 'dev'", specifier = "==9.0.2" }, + { name = "pytest", marker = "extra == 'all'", specifier = "==9.0.3" }, + { name = "pytest", marker = "extra == 'dev'", specifier = "==9.0.3" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.30.0,<0.42.0" }, { name = "watchdog", marker = "extra == 'all'", specifier = "==6.0.0" }, { name = "watchdog", marker = "extra == 'dev'", specifier = "==6.0.0" }, @@ -565,7 +565,7 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "agent-framework-core", editable = "packages/core" }, - { name = "github-copilot-sdk", marker = "python_full_version >= '3.11'", specifier = ">=0.2.1,<=0.2.1" }, + { name = "github-copilot-sdk", marker = "python_full_version >= '3.11'", specifier = "<=0.2.1,>=0.2.1" }, ] [[package]] @@ -659,7 +659,7 @@ dev = [ { name = "poethepoet", specifier = "==0.42.1" }, { name = "prek", specifier = "==0.3.8" }, { name = "pyright", specifier = "==1.1.408" }, - { name = "pytest", specifier = "==9.0.2" }, + { name = "pytest", specifier = "==9.0.3" }, { name = "rich", specifier = ">=13.7.1,<15.0.0" }, { name = "ruff", specifier = "==0.15.8" }, { name = "tau2", git = "https://github.com/sierra-research/tau2-bench?rev=5ba9e3e56db57c5e4114bf7f901291f09b2c5619" }, @@ -5671,7 +5671,7 @@ wheels = [ [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -5682,9 +5682,9 @@ dependencies = [ { name = "pygments", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" }, { name = "tomli", marker = "(python_full_version < '3.11' and sys_platform == 'darwin') or (python_full_version < '3.11' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform == 'win32')" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d1/db/7ef3487e0fb0049ddb5ce41d3a49c235bf9ad299b6a25d5780a89f19230f/pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11", size = 1568901, upload-time = "2025-12-06T21:30:51.014Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b", size = 374801, upload-time = "2025-12-06T21:30:49.154Z" }, + { url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" }, ] [[package]]