From cf02004705d8af1f0a246b326a7c73405ff4d9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:02:04 +0000 Subject: [PATCH 1/2] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [filelock](https://github.com/tox-dev/py-filelock) | `3.18.0` | `3.20.3` | | [msgpack](https://github.com/msgpack/msgpack-python) | `1.1.0` | `1.2.1` | | [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `12.2.0` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.33.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.3` | `2.7.0` | Updates `filelock` from 3.18.0 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.18.0...3.20.3) Updates `msgpack` from 1.1.0 to 1.2.1 - [Release notes](https://github.com/msgpack/msgpack-python/releases) - [Changelog](https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/msgpack/msgpack-python/compare/v1.1.0...v1.2.1) Updates `pillow` from 10.4.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...12.2.0) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production dependency-group: pip - dependency-name: msgpack dependency-version: 1.2.1 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index fd56ec7..f6e9c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ cssselect2==0.8.0 # via cairosvg defusedxml==0.7.1 # via cairosvg -filelock==3.18.0 +filelock==3.20.3 # via cachecontrol ghp-import==2.1.0 # via mkdocs @@ -76,7 +76,7 @@ mkdocs-minify-plugin==0.7.2 # via danielgblanco.github.io (setup.py) mkdocs-rss-plugin==1.17.1 # via danielgblanco.github.io (setup.py) -msgpack==1.1.0 +msgpack==1.2.1 # via cachecontrol packaging==25.0 # via mkdocs @@ -84,7 +84,7 @@ paginate==0.5.7 # via mkdocs-material pathspec==0.12.1 # via mkdocs -pillow==10.4.0 +pillow==12.2.0 # via # cairosvg # mkdocs-material @@ -106,7 +106,7 @@ pyyaml==6.0.2 # pyyaml-env-tag pyyaml-env-tag==1.1 # via mkdocs -requests==2.32.4 +requests==2.33.0 # via # cachecontrol # mkdocs-material @@ -119,7 +119,7 @@ tinycss2==1.4.0 # via # cairosvg # cssselect2 -urllib3==2.6.3 +urllib3==2.7.0 # via requests watchdog==6.0.0 # via mkdocs From 462a417b278a714c4a4e61f97501a77f82e43487 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:03:36 +0000 Subject: [PATCH 2/2] Fix pillow version conflict: revert to 10.4.0 to satisfy mkdocs-material[imaging]==9.6.14 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6e9c6f..9bfa7f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -84,7 +84,7 @@ paginate==0.5.7 # via mkdocs-material pathspec==0.12.1 # via mkdocs -pillow==12.2.0 +pillow==10.4.0 # via # cairosvg # mkdocs-material