From c6fd11959c197e72475e2fa49e144c298eefb223 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 22 Feb 2025 12:54:18 +0800 Subject: [PATCH 1/3] Pin Python version (and upgrade dependencies. --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- requirements.txt | 38 ++++++++++++++++++----------------- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 632e11196a..bb3fa45673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.X' + python-version: "3.12" - name: Install dependencies run: | pip install --upgrade pip diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 70d90ed386..a10423d0be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: "3.X" + python-version: "3.12" - name: Install dependencies run: | pip install --upgrade pip diff --git a/requirements.txt b/requirements.txt index 9aa9ffef7d..0dc0602fc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,25 @@ -Lektor==3.3.11 -pygments==2.15.0 +Lektor==3.3.12 # Pinned dependencies. # These are pinned because they're versions that are known to work -Babel==2.9.1 -blinker==1.6.2 -charset-normalizer==2.0.12 -click==8.1.3 -EXIFRead==2.3.2 -filetype==1.0.10 -Flask==2.3.2 -idna==3.7 +Babel==2.17.0 +EXIFRead==3.0.0 +Flask==2.3.3 +Jinja2==3.1.5 +Lektor==3.3.12 +Werkzeug==2.3.8 +blinker==1.9.0 +certifi==2025.1.31 +charset-normalizer==3.4.1 +click==8.1.8 +filetype==1.2.0 +idna==3.10 inifile==0.4.1 -itsdangerous==2.1.2 -Jinja2==3.1.4 -MarkupSafe==2.1.1 +itsdangerous==2.2.0 +markupsafe==3.0.2 mistune==0.8.4 -python-slugify==6.1.1 -requests==2.32.0 +python-slugify==8.0.4 +pytz==2025.1 +requests==2.32.3 text-unidecode==1.3 -urllib3==1.26.19 -watchdog==2.1.7 -Werkzeug==2.3.8 +urllib3==2.3.0 +watchdog==6.0.0 From 08314c2a942b27586a0452f30971d71a6fb05736 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 22 Feb 2025 12:55:17 +0800 Subject: [PATCH 2/3] Correct stray markup issue. --- content/contributing/how/translations/contents+it.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/how/translations/contents+it.lr b/content/contributing/how/translations/contents+it.lr index bbb7fee660..7501a5a492 100644 --- a/content/contributing/how/translations/contents+it.lr +++ b/content/contributing/how/translations/contents+it.lr @@ -19,7 +19,7 @@ crea o modifica la sezione per la lingua specificata (e.g., ``[pt]`` per il portoghese). Il Tutorial di BeeWare ---------------------- +----------------------- Noi manteniamo anche traduzioni per il `tutorial di BeeWare `__. Queste traduzioni sono gestite utilizzando `Weblate From 874a258370b61c7df59be4b2aad6470f2c58b1b2 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 22 Feb 2025 13:11:05 +0800 Subject: [PATCH 3/3] Update lektor-gravatar version. --- BeeWare.lektorproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeeWare.lektorproject b/BeeWare.lektorproject index 094589999b..de278126df 100644 --- a/BeeWare.lektorproject +++ b/BeeWare.lektorproject @@ -77,7 +77,7 @@ locale = pl_PL [packages] lektor-rst = 0.3.0 lektor-github-repos = 0.1.1 -lektor-gravatar = 0.1.2 +lektor-gravatar = 0.1.3 [servers.ghpages] target = ghpages://beeware/beeware.github.io?cname=beeware.org