From bda09d773434e5674ec9ecc78428ff48f1cf5c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:26:51 +0000 Subject: [PATCH] Bump pyside6 from 6.11.0 to 6.11.1 Bumps [pyside6](https://pyside.org) from 6.11.0 to 6.11.1. --- updated-dependencies: - dependency-name: pyside6 dependency-version: 6.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index bb43f7ed..3a632d91 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -PySide6==6.11.0 +PySide6==6.11.1 langchain_openai==1.2.0 langchain==1.2.15 ruff diff --git a/pyproject.toml b/pyproject.toml index 647a0f8a..89480c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ description = "JEditor is basic but powerful editor include GPT" requires-python = ">=3.10" license-files = ["LICENSE"] dependencies = [ - "PySide6==6.11.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", + "PySide6==6.11.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole", "langchain_openai==1.2.0", "langchain==1.2.15", "pydantic", "watchdog", "ruff", "gitpython" ] classifiers = [ diff --git a/requirements.txt b/requirements.txt index 53127605..41fe4d3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PySide6==6.11.0 +PySide6==6.11.1 langchain_openai==1.2.0 langchain==1.2.15 ruff