From 0053f201a3307503a1d1f7c2100de2216ad07655 Mon Sep 17 00:00:00 2001 From: Elliria Date: Mon, 27 Jan 2025 10:52:01 -0500 Subject: [PATCH 1/3] Update requirements.txt to bump dependency versions. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 83d1d16..8f5ecee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -sphinx==6.1.3 -sphinx_rtd_theme==1.2.0 +sphinx==8.1.3 +sphinx_rtd_theme==3.0.2 sphinx-epytext==0.0.4 recommonmark==0.7.1 enum-tools[sphinx]==0.9.0 From a99fbb8325e88bc2b84a60e77e9fc46cef529f80 Mon Sep 17 00:00:00 2001 From: Elliria Date: Mon, 27 Jan 2025 10:53:44 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md with bump to dependency versions. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a6d56..2f4cad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,4 @@ - Add this file. - Add the "Maintenance of GitHub Actions" section to the [README.md](https://github.com/autokey/autokey.github.io/blob/master/README.md) file. - Update the "Maintenance of GitHub Actions" section in the [README.md](https://github.com/autokey/autokey.github.io/blob/master/README.md) file. +* Bump dependency versions in the [requirements.txt](https://github.com/autokey/autokey.github.io/blob/master/requirements.txt) file. From 69f61cb94baf92f91947b6591deee169337582f3 Mon Sep 17 00:00:00 2001 From: Elliria Date: Mon, 27 Jan 2025 10:55:38 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md to fix the syntax of the recent entry. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4cad5..78370a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,4 @@ - Add this file. - Add the "Maintenance of GitHub Actions" section to the [README.md](https://github.com/autokey/autokey.github.io/blob/master/README.md) file. - Update the "Maintenance of GitHub Actions" section in the [README.md](https://github.com/autokey/autokey.github.io/blob/master/README.md) file. -* Bump dependency versions in the [requirements.txt](https://github.com/autokey/autokey.github.io/blob/master/requirements.txt) file. +- Bump dependency versions in the [requirements.txt](https://github.com/autokey/autokey.github.io/blob/master/requirements.txt) file.