diff --git a/dev_requirements.txt b/dev_requirements.txt index e6cf0ec..18a3b71 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -6,4 +6,4 @@ sphinx sphinx-rtd-theme PySide6==6.11.0 qt-material==2.17 -mss==10.1.0 +mss==10.2.0 diff --git a/pyproject.toml b/pyproject.toml index 0b3be44..b9e6ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pyobjc-core==12.1;platform_system=='Darwin'", "pyobjc==12.1;platform_system=='Darwin'", "python-Xlib==0.33;platform_system=='Linux'", - "mss==10.1.0" + "mss==10.2.0" ] classifiers = [ "Programming Language :: Python :: 3.10", diff --git a/requirements.txt b/requirements.txt index ecd31e7..59277a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ je_auto_control qt-material==2.17 -mss==10.1.0 +mss==10.2.0 PySide6==6.11.0