From 49e0ba5d4c22962d9e052f8740ddc47d9d7e9b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:06:04 +0000 Subject: [PATCH] chore(deps): bump github-copilot-sdk from 1.0.2 to 1.0.3 Bumps [github-copilot-sdk](https://github.com/github/copilot-sdk) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/github/copilot-sdk/releases) - [Changelog](https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/copilot-sdk/commits) --- updated-dependencies: - dependency-name: github-copilot-sdk dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 690900e3..14c0d335 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "pycaw==20251023", "pillow==12.2.0", "qasync==0.28.0", - "github-copilot-sdk==1.0.2", + "github-copilot-sdk==1.0.3", "openai==2.43.0", "pyvda @ git+https://github.com/amnweb/pyvda@master", "python-dotenv==1.2.2",