From 37f1db2971a5e702967e38e3b1dead35ee062e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:04:52 +0000 Subject: [PATCH] Bump pyside6 from 6.9.1 to 6.9.2 Bumps [pyside6](https://pyside.org) from 6.9.1 to 6.9.2. --- updated-dependencies: - dependency-name: pyside6 dependency-version: 6.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 8ca32e5..fca6322 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -PySide6==6.9.1 +PySide6==6.9.2 sphinx twine build diff --git a/pyproject.toml b/pyproject.toml index 47ef601..0444b82 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.9.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", + "PySide6==6.9.2", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole", "langchain_openai", "langchain", "pydantic" ] classifiers = [