From 4428f5e5c1d8984ab6743888a1c9845e7f771280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 09:53:28 +0000 Subject: [PATCH] Bump mss from 10.1.0 to 10.2.0 Bumps [mss](https://github.com/BoboTiG/python-mss) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/BoboTiG/python-mss/releases) - [Commits](https://github.com/BoboTiG/python-mss/compare/v10.1.0...v10.2.0) --- updated-dependencies: - dependency-name: mss dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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