Skip to content

Commit 1a08c9a

Browse files
Bump pyside6 from 6.10.0 to 6.10.1
Bumps [pyside6](https://pyside.org) from 6.10.0 to 6.10.1. --- updated-dependencies: - dependency-name: pyside6 dependency-version: 6.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eda4236 commit 1a08c9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PySide6==6.10.0
1+
PySide6==6.10.1
22
langchain_openai==1.0.2
33
langchain==1.0.3
44
ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "JEditor is basic but powerful editor include GPT"
1414
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"PySide6==6.10.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
17+
"PySide6==6.10.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
1818
"qtconsole", "langchain_openai==1.0.2", "langchain==1.0.3", "pydantic", "watchdog", "ruff", "gitpython"
1919
]
2020
classifiers = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PySide6==6.10.0
1+
PySide6==6.10.1
22
langchain_openai==1.0.2
33
langchain==1.0.3
44
ruff

0 commit comments

Comments
 (0)