From 99760751eb669b8d9b3cad9fc03f4062288502a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:27:55 +0000 Subject: [PATCH 01/12] build(deps): bump psutil from 7.2.1 to 7.2.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.2.1 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.2.1...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c90f77e..d76671de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ packaging==25.0 pillow==12.1.0 platform_utils @ git+https://github.com/accessibleapps/platform_utils@e0d79f7b399c4ea677a633d2dde9202350d62c38 pluggy==1.6.0 -psutil==7.2.1 +psutil==7.2.2 pyenchant==3.3.0 pypiwin32==223 Pypubsub==4.0.7 From aa6d8a28c9405e486e55161d915e9930fb7da577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:28:12 +0000 Subject: [PATCH 02/12] build(deps): bump numpy from 2.4.1 to 2.4.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c90f77e..21fcf0ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ libretranslatepy==2.1.4 lief==0.15.1 Markdown==3.10.1 Mastodon.py==2.1.4 -numpy==2.4.1 +numpy==2.4.2 oauthlib==3.3.1 packaging==25.0 pillow==12.1.0 From 2cb61f589570fce21ecffecc447ba71d4a71a341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:43:13 +0000 Subject: [PATCH 03/12] build(deps): bump wxpython from 4.2.4 to 4.2.5 Bumps [wxpython](https://github.com/wxWidgets/Phoenix) from 4.2.4 to 4.2.5. - [Release notes](https://github.com/wxWidgets/Phoenix/releases) - [Changelog](https://github.com/wxWidgets/Phoenix/blob/master/CHANGES.rst) - [Commits](https://github.com/wxWidgets/Phoenix/compare/wxPython-4.2.4...wxPython-4.2.5) --- updated-dependencies: - dependency-name: wxpython dependency-version: 4.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e61f20f..a88eead7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,6 +53,6 @@ types-python-dateutil==2.9.0.20260124 urllib3==2.6.3 win-inet-pton==1.1.0 winpaths==0.2 -wxPython==4.2.4 +wxPython==4.2.5 youtube-dl==2021.12.17 zipp==3.23.0 \ No newline at end of file From 1970aa6be506100fde9c25f3c61d186dbd2bdab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:43:22 +0000 Subject: [PATCH 04/12] build(deps): bump setuptools from 80.9.0 to 82.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 82.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.9.0...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e61f20f..a10fe59e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ requests==2.32.5 requests-oauthlib==2.0.0 requests-toolbelt==1.0.0 rfc3986==2.0.0 -setuptools==80.9.0 +setuptools==82.0.0 six==1.17.0 sniffio==1.3.1 sound_lib @ git+https://github.com/accessibleapps/sound_lib@a439f0943fb95ee7b6ba24f51a686f47c4ad66b2 From 3320c1a2d7448496f95d564e750dc3467dbab8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:43:27 +0000 Subject: [PATCH 05/12] build(deps): bump coverage from 7.13.2 to 7.13.4 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.2 to 7.13.4. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.2...7.13.4) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e61f20f..04186f29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ chardet==5.2.0 charset-normalizer==3.4.4 colorama==0.4.6 configobj==5.0.9 -coverage==7.13.2 +coverage==7.13.4 cx-Freeze==8.5.3 cx-Logging==3.2.1 decorator==5.2.1 From 0ccbe7933bb29a6000a30410fe97bc479794ae4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:33:58 +0000 Subject: [PATCH 06/12] build(deps): bump markdown from 3.10.1 to 3.10.2 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.10.1 to 3.10.2. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.10.1...3.10.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7bbec04..8f182b4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ iniconfig==2.3.0 libloader @ git+https://github.com/accessibleapps/libloader@bc94811c095b2e57a036acd88660be9a33260267 libretranslatepy==2.1.4 lief==0.15.1 -Markdown==3.10.1 +Markdown==3.10.2 Mastodon.py==2.1.4 numpy==2.4.2 oauthlib==3.3.1 From 000f60569d0b02d46ceb6534af9a36956ac8ceb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:34:03 +0000 Subject: [PATCH 07/12] build(deps): bump pillow from 12.1.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1. - [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/12.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7bbec04..3b1daf84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ Mastodon.py==2.1.4 numpy==2.4.2 oauthlib==3.3.1 packaging==25.0 -pillow==12.1.0 +pillow==12.1.1 platform_utils @ git+https://github.com/accessibleapps/platform_utils@e0d79f7b399c4ea677a633d2dde9202350d62c38 pluggy==1.6.0 psutil==7.2.2 From 21b44b6e6ed10c6f906571b8315b8169f2842fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:34:07 +0000 Subject: [PATCH 08/12] build(deps): bump deepl from 1.27.0 to 1.28.0 Bumps [deepl](https://github.com/DeepLcom/deepl-python) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/DeepLcom/deepl-python/releases) - [Changelog](https://github.com/DeepLcom/deepl-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/DeepLcom/deepl-python/compare/v1.27.0...v1.28.0) --- updated-dependencies: - dependency-name: deepl dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7bbec04..146b5490 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ cx-Freeze==8.5.3 cx-Logging==3.2.1 decorator==5.2.1 demoji==1.1.0 -deepl==1.27.0 +deepl==1.28.0 future==1.0.0 idna==3.11 importlib-metadata==8.7.1 From 1186431a9cd7308a2d9e13fb010c3393ffa0ac1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:19:17 +0000 Subject: [PATCH 09/12] build(deps): bump chardet from 5.2.0 to 6.0.0.post1 Bumps [chardet](https://github.com/chardet/chardet) from 5.2.0 to 6.0.0.post1. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/5.2.0...6.0.0.post1) --- updated-dependencies: - dependency-name: chardet dependency-version: 6.0.0.post1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 265ccda6..d29827c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs==25.4.0 backports.functools-lru-cache==2.0.0 blurhash==1.1.5 certifi==2026.1.4 -chardet==5.2.0 +chardet==6.0.0.post1 charset-normalizer==3.4.4 colorama==0.4.6 configobj==5.0.9 From 83bb7b4682d7d0e7aadcb94a8aeae149186b9172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:19:30 +0000 Subject: [PATCH 10/12] build(deps): bump cx-freeze from 8.5.3 to 8.6.0 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 8.5.3 to 8.6.0. - [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases) - [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md) - [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.5.3...8.6.0) --- updated-dependencies: - dependency-name: cx-freeze dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 265ccda6..37c367fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ charset-normalizer==3.4.4 colorama==0.4.6 configobj==5.0.9 coverage==7.13.4 -cx-Freeze==8.5.3 +cx-Freeze==8.6.0 cx-Logging==3.2.1 decorator==5.2.1 demoji==1.1.0 From 59be1f4b2b09f25053143a452d582c15a9ccf5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:41:54 +0000 Subject: [PATCH 11/12] build(deps): bump types-python-dateutil Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) from 2.9.0.20260124 to 2.9.0.20260302. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260302 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27a7d7f7..d5d23dae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ sniffio==1.3.1 sound_lib @ git+https://github.com/accessibleapps/sound_lib@a439f0943fb95ee7b6ba24f51a686f47c4ad66b2 sqlitedict==2.1.0 twitter-text-parser==3.0.0 -types-python-dateutil==2.9.0.20260124 +types-python-dateutil==2.9.0.20260302 urllib3==2.6.3 win-inet-pton==1.1.0 winpaths==0.2 From 79d28a0e500e7a14855d67bdadf6ec6b8922afe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:41:57 +0000 Subject: [PATCH 12/12] build(deps): bump certifi from 2026.1.4 to 2026.2.25 Bumps [certifi](https://github.com/certifi/python-certifi) from 2026.1.4 to 2026.2.25. - [Commits](https://github.com/certifi/python-certifi/compare/2026.01.04...2026.02.25) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27a7d7f7..24069fa9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ arrow==1.4.0 attrs==25.4.0 backports.functools-lru-cache==2.0.0 blurhash==1.1.5 -certifi==2026.1.4 +certifi==2026.2.25 chardet==6.0.0.post1 charset-normalizer==3.4.4 colorama==0.4.6