From 3a2717d2287f9bf97ec95072601488d39720fca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:53:56 +0000 Subject: [PATCH] chore(deps): bump github-copilot-sdk from 0.1.20 to 0.1.23 Bumps [github-copilot-sdk](https://github.com/github/copilot-sdk) from 0.1.20 to 0.1.23. - [Release notes](https://github.com/github/copilot-sdk/releases) - [Commits](https://github.com/github/copilot-sdk/compare/v0.1.20...v0.1.23) --- updated-dependencies: - dependency-name: github-copilot-sdk dependency-version: 0.1.23 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 945254471..3c88f1e3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pillow==12.1.0", "icoextract==0.2.0", "qasync==0.28.0", - "github-copilot-sdk==0.1.20", + "github-copilot-sdk==0.1.23", "openai==2.16.0", "pyvda==0.5.0", "python-dotenv==1.2.1",