From 5904a38b2ec0966a251b462b8383187589acd51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:19:50 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [idna](https://github.com/kjd/idna) and [starlette](https://github.com/Kludex/starlette). Updates `idna` from 3.15 to 3.16 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.15...v3.16) Updates `starlette` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/1.0.1...1.1.0) --- updated-dependencies: - dependency-name: idna dependency-version: '3.16' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: starlette dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46a0b03..b4ee07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,11 +10,11 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" dependencies = [ - "idna==3.15", + "idna==3.16", "openai==2.38.0", "openai-agents==0.17.3", "python-dotenv==1.2.2", - "starlette==1.0.1", + "starlette==1.1.0", "urllib3==2.7.0", ]