Skip to content

Commit 6c0e048

Browse files
committed
Bump mss to 10.2.0 and Sphinx minimum to 8.1.3
- mss 10.2.0 is the current release; pin matches pyproject, requirements, and dev_requirements so editable installs resolve the same wheel - Sphinx 7 is EOL for security fixes; lift docs/requirements.txt to >=8.1.3 to match the Read the Docs build and pull in the current release line
1 parent ed52d3c commit 6c0e048

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sphinx
66
sphinx-rtd-theme
77
PySide6==6.11.0
88
qt-material==2.17
9-
mss==10.1.0
9+
mss==10.2.0
1010
defusedxml==0.7.1

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sphinx-rtd-theme
2-
sphinx>=7.0
2+
sphinx>=8.1.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"pyobjc-core==12.1;platform_system=='Darwin'",
2020
"pyobjc==12.1;platform_system=='Darwin'",
2121
"python-Xlib==0.33;platform_system=='Linux'",
22-
"mss==10.1.0",
22+
"mss==10.2.0",
2323
"defusedxml==0.7.1"
2424
]
2525
classifiers = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
je_auto_control
22
qt-material==2.17
3-
mss==10.1.0
3+
mss==10.2.0
44
PySide6==6.11.0

0 commit comments

Comments
 (0)