Skip to content

Commit cc4dbc8

Browse files
committed
Update requirements and versions
Update requirements and versions
1 parent efbd164 commit cc4dbc8

File tree

11 files changed

+36
-11
lines changed

11 files changed

+36
-11
lines changed

.idea/workspace.xml

+9-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

LICENSEs/AutoControl/LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021~2023 JE-Chen
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dev.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.110"
9+
version = "0.0.111"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -16,7 +16,7 @@ license-files = ["LICENSE"]
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19-
"Pyside6==6.8.3",
19+
"Pyside6==6.9.0",
2020
"pyobjc-core;platform_system=='Darwin'",
2121
"pyobjc;platform_system=='Darwin'",
2222
"python-Xlib;platform_system=='Linux'",

dev_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ build
44
twine
55
sphinx
66
sphinx-rtd-theme
7-
Pyside6==6.8.2.1
7+
Pyside6==6.9.0
88
qt-material
99
mss

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
je_auto_control
22
qt-material
33
mss
4+
Pyside6==6.9.0

pyproject.toml renamed to stable.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control"
9-
version = "0.0.167"
9+
version = "0.0.168"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -16,7 +16,7 @@ license-files = ["LICENSE"]
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19-
"Pyside6==6.8.3",
19+
"Pyside6==6.9.0",
2020
"pyobjc-core;platform_system=='Darwin'",
2121
"pyobjc;platform_system=='Darwin'",
2222
"python-Xlib;platform_system=='Linux'",

0 commit comments

Comments
 (0)