Skip to content

Commit 205f7bc

Browse files
Python: Bump pytest from 9.0.3 to 9.1.0 across /python workspace (#6524)
* Bump pytest from 9.0.3 to 9.1.0 in /python Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix Python workspace pytest pin mismatch --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 2048289 commit 205f7bc

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

python/packages/ag-ui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030

3131
[project.optional-dependencies]
3232
dev = [
33-
"pytest==9.0.3",
33+
"pytest==9.1.0",
3434
"httpx==0.28.1",
3535
]
3636

python/packages/devui/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ classifiers = [
3232

3333
[project.optional-dependencies]
3434
dev = [
35-
"pytest==9.0.3",
35+
"pytest==9.1.0",
3636
"watchdog==6.0.0",
3737
"agent-framework-orchestrations==1.0.0rc1",
3838
]
3939
all = [
40-
"pytest==9.0.3",
40+
"pytest==9.1.0",
4141
"watchdog==6.0.0",
4242
]
4343

python/packages/lab/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ math = [
5959
dev = [
6060
"uv==0.11.17",
6161
"ruff==0.15.15",
62-
"pytest==9.0.3",
62+
"pytest==9.1.0",
6363
"mypy==1.20.0",
6464
"pyright==1.1.408",
6565
#tasks

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev = [
3131
"uv==0.11.17",
3232
"flit==3.12.0",
3333
"ruff==0.15.15",
34-
"pytest==9.0.3",
34+
"pytest==9.1.0",
3535
"pytest-asyncio==1.4.0",
3636
"pytest-cov==7.1.0",
3737
"pytest-xdist[psutil]==3.8.0",

python/uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)