diff --git a/dev.toml b/dev.toml index cb2ce2d..4ec3f89 100644 --- a/dev.toml +++ b/dev.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_ide_dev" -version = "0.0.52" +version = "0.0.54" 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.9.2", "test_pioneer" + "automation-file", "PySide6==6.10.0", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.10", diff --git a/pyproject.toml b/pyproject.toml index bfd2c3c..dc490c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_ide" -version = "0.0.46" +version = "0.0.48" 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.9.2", "test_pioneer" + "automation-file", "PySide6==6.10.0", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.10",