From e2ec59e885565dae767d9e87f555839a2499100e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 23:53:12 +0000 Subject: [PATCH] chore(deps): bump the pip-dependencies group across 1 directory with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pyright](https://github.com/RobertCraigie/pyright-python) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `pytest` to 9.1.1 - [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/7.0.0...9.1.1) Updates `pyright` to 1.1.411 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.411) Updates `setuptools` to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.0.0...v84.0.0) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development dependency-group: pip-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 4 ++-- sdk/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 0f7a018..9b09914 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=68.0", "wheel"] +requires = ["setuptools>=84.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -18,7 +18,7 @@ classifiers = [ ] [project.optional-dependencies] -dev = ["pytest>=7.0", "pytest-cov", "mypy", "ruff", "pyright>=1.1.390"] +dev = ["pytest>=9.1.1", "pytest-cov", "mypy", "ruff", "pyright>=1.1.411"] [tool.setuptools.packages.find] include = ["agenttrace*"] diff --git a/sdk/requirements.txt b/sdk/requirements.txt index cb70892..cfb8ced 100644 --- a/sdk/requirements.txt +++ b/sdk/requirements.txt @@ -1,4 +1,4 @@ -pytest>=7.0 +pytest>=9.1.1 pytest-cov mypy ruff