From 40baa0c3411aec9e15eee2edd2c0f7c401329058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:39:28 +0000 Subject: [PATCH] chore(deps): bump github-copilot-sdk from 1.0.0 to 1.0.1 Bumps [github-copilot-sdk](https://github.com/github/copilot-sdk) from 1.0.0 to 1.0.1. - [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/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: github-copilot-sdk dependency-version: 1.0.1 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 b48d6c7fc..300c3eaa1 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.0", + "github-copilot-sdk==1.0.1", "openai==2.41.1", "pyvda @ git+https://github.com/amnweb/pyvda@master", "python-dotenv==1.2.2",