diff --git a/dev.toml b/dev.toml index 52715ce..7f40547 100644 --- a/dev.toml +++ b/dev.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_ide_dev" -version = "0.0.45" +version = "0.0.47" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.8.3", "test_pioneer" + "automation-file", "PySide6==6.9.0", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.9", diff --git a/pyproject.toml b/pyproject.toml index 325c7b6..f86abdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_ide" -version = "0.0.41" +version = "0.0.42" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.8.3", "test_pioneer" + "automation-file", "PySide6==6.9.0", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.9",