From f2e86a003438bebec4a80667afa598ec470c33b6 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 18:38:10 -0500 Subject: [PATCH 1/9] no-op change --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 0e3577ec..1c84d596 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,7 @@ Why the name “Pelican”? “Pelican” is an anagram of *calepin*, which means “notebook” in French. + .. Links .. _Python: https://www.python.org/ From de5d1f44c2e1373a0a1366aa0a051d766aa743a2 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 18:48:38 -0500 Subject: [PATCH 2/9] Pin dependencies --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d0fd9b9..8be3bf8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,21 +29,21 @@ classifiers = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "blinker>=1.7.0", - "docutils>=0.20.1", - "feedgenerator>=2.1.0", - "jinja2>=3.1.2", - "ordered-set>=4.1.0", - "pygments>=2.16.1,<2.20.0", - "python-dateutil>=2.8.2", - "rich>=13.6.0", - "unidecode>=1.3.7", - "watchfiles>=0.21.0", + "blinker==1.7.0", + "docutils==0.20.1", + "feedgenerator==2.1.0", + "jinja2==3.1.2", + "ordered-set==4.1.0", + "pygments==2.19.2", + "python-dateutil==2.9.0", + "rich==14.0.0", + "unidecode==1.4.0", + "watchfiles==1.1.0", "tzdata; sys_platform == 'win32'", ] [project.optional-dependencies] -markdown = ["markdown>=3.1"] +markdown = ["markdown==3.8.2"] [project.urls] Homepage = "https://getpelican.com" From 8f65c4adc85698b883fa8c59f76cd4a1d453fa66 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 18:54:27 -0500 Subject: [PATCH 3/9] just pin feedgenerator==2.1.0 --- pyproject.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8be3bf8d..fefca8ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,21 +29,21 @@ classifiers = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "blinker==1.7.0", - "docutils==0.20.1", + "blinker>=1.7.0", + "docutils>=0.20.1", "feedgenerator==2.1.0", - "jinja2==3.1.2", - "ordered-set==4.1.0", - "pygments==2.19.2", - "python-dateutil==2.9.0", - "rich==14.0.0", - "unidecode==1.4.0", - "watchfiles==1.1.0", + "jinja2>=3.1.2", + "ordered-set>=4.1.0", + "pygments>=2.16.1,<2.20.0", + "python-dateutil>=2.8.2", + "rich>=13.6.0", + "unidecode>=1.3.7", + "watchfiles>=0.21.0", "tzdata; sys_platform == 'win32'", ] [project.optional-dependencies] -markdown = ["markdown==3.8.2"] +markdown = ["markdown>=3.1"] [project.urls] Homepage = "https://getpelican.com" From d84ef66a58cec38f776532c5a9dc81fc91b575e9 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 18:55:51 -0500 Subject: [PATCH 4/9] pin pygments==2.19.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fefca8ef..52fcb804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "feedgenerator==2.1.0", "jinja2>=3.1.2", "ordered-set>=4.1.0", - "pygments>=2.16.1,<2.20.0", + "pygments==2.19.2", "python-dateutil>=2.8.2", "rich>=13.6.0", "unidecode>=1.3.7", From ec3946c8421057a1c7fcdbf495621c9e92ef1cbb Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 19:01:59 -0500 Subject: [PATCH 5/9] pin blinker, docutils, jinja2, ordered --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52fcb804..1ae4a58f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ classifiers = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "blinker>=1.7.0", - "docutils>=0.20.1", + "blinker==1.7.0", + "docutils==0.20.1", "feedgenerator==2.1.0", - "jinja2>=3.1.2", - "ordered-set>=4.1.0", + "jinja2==3.1.2", + "ordered-set==4.1.0", "pygments==2.19.2", "python-dateutil>=2.8.2", "rich>=13.6.0", From 85af6c18245738d9ce75814553d721cdff156b2a Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 19:04:35 -0500 Subject: [PATCH 6/9] unpin blinker, docutils --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ae4a58f..5d69a200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ classifiers = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "blinker==1.7.0", - "docutils==0.20.1", + "blinker>=1.7.0", + "docutils>=0.20.1", "feedgenerator==2.1.0", "jinja2==3.1.2", "ordered-set==4.1.0", From dcba343cc7b4c3fb5e44d9977998dc81f901cff5 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 19:08:02 -0500 Subject: [PATCH 7/9] pin blinker, docutils, unpin feedgenerator, pygments, jinja2, ordered-set --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d69a200..6371f634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,12 +29,12 @@ classifiers = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "blinker>=1.7.0", - "docutils>=0.20.1", - "feedgenerator==2.1.0", - "jinja2==3.1.2", - "ordered-set==4.1.0", - "pygments==2.19.2", + "blinker==1.7.0", + "docutils==0.20.1", + "feedgenerator>=2.1.0", + "jinja2>=3.1.2", + "ordered-set>=4.1.0", + "pygments>=2.16.1,<2.20.0", "python-dateutil>=2.8.2", "rich>=13.6.0", "unidecode>=1.3.7", From 342c5e8b03a857a5d201c744271d6a4849fcf4b6 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 19:10:15 -0500 Subject: [PATCH 8/9] unpin blinker --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6371f634..e792017b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "blinker==1.7.0", + "blinker>=1.7.0", "docutils==0.20.1", "feedgenerator>=2.1.0", "jinja2>=3.1.2", From ea0bbd1a17d26547de83d939f4e724bec7d31030 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 19:13:18 -0500 Subject: [PATCH 9/9] tweak --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 1c84d596..0e3577ec 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,6 @@ Why the name “Pelican”? “Pelican” is an anagram of *calepin*, which means “notebook” in French. - .. Links .. _Python: https://www.python.org/