From 341af6f83dcd33c6717f23e3e3a273e390b84999 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Sun, 10 Mar 2024 20:14:29 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Upgrade=20=20action?= =?UTF-8?q?s/setup-python=20to=20v5=20from=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Node v16 is deprecated in GitHub actions. actions/setup-python@v5 now uses Node v20. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 55e5dac..b25938a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: contents: write steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.x - run: pip install -r requirements.txt From 1bed71446f4115aa3d3591ec13d64053708bb107 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Sun, 10 Mar 2024 20:43:18 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Upgrade=20Project's?= =?UTF-8?q?=20Python=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e28284..00c4e70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,31 +1,32 @@ -Babel==2.13.0 -beautifulsoup4==4.12.2 -certifi==2023.7.22 -charset-normalizer==3.1.0 -click==8.1.3 +Babel==2.14.0 +beautifulsoup4==4.12.3 +certifi==2024.2.2 +charset-normalizer==3.3.2 +click==8.1.7 colorama==0.4.6 ghp-import==2.1.0 -idna==3.4 +idna==3.6 Jinja2==3.1.3 -Markdown==3.3.7 -MarkupSafe==2.1.2 +Markdown==3.5.2 +MarkupSafe==2.1.5 mergedeep==1.3.4 mkdocs==1.5.3 -mkdocs-htmlproofer-plugin==1.0.0 -mkdocs-material==9.4.6 -mkdocs-material-extensions==1.2 -packaging==23.1 +mkdocs-htmlproofer-plugin==1.2.0 +mkdocs-material==9.5.13 +mkdocs-material-extensions==1.3.1 +mkdocs-unused-files==0.2.0 +packaging==24.0 paginate==0.5.6 -pathspec==0.11.2 -platformdirs==3.11.0 -Pygments==2.16.1 -pymdown-extensions==10.3 -python-dateutil==2.8.2 +pathspec==0.12.1 +platformdirs==4.2.0 +Pygments==2.17.2 +pymdown-extensions==10.7.1 +python-dateutil==2.9.0.post0 PyYAML==6.0.1 pyyaml_env_tag==0.1 -regex==2023.5.5 +regex==2023.12.25 requests==2.31.0 six==1.16.0 -soupsieve==2.4.1 -urllib3==2.0.7 -watchdog==3.0.0 +soupsieve==2.5 +urllib3==2.2.1 +watchdog==4.0.0