From 8b646041a8506a9ed882be2015967e8f5b4f9370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:52:37 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /panel/api Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- panel/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/api/pyproject.toml b/panel/api/pyproject.toml index 98de615..6c75759 100644 --- a/panel/api/pyproject.toml +++ b/panel/api/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ [project.optional-dependencies] test = [ - "pytest==9.0.*", + "pytest==9.1.*", "httpx==0.28.*", "testcontainers[postgres]==4.14.*", ]