Skip to content

Commit 0f992a8

Browse files
authored
Bump and lock some versions to correct and issue with website deployment (#593)
* Bumps versions in requirements.txt * Updates the lektor-gravatar plugin to avoid the werkzeug warning * Locks to Python 3.12 which doesn't have the "unclosed DB" warning. * Fixes a markup errors that were apparent in the logs once the other warnings were suppressed.
1 parent 59dfdea commit 0f992a8

File tree

5 files changed

+24
-22
lines changed

5 files changed

+24
-22
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.X'
21+
python-version: "3.12"
2222
- name: Install dependencies
2323
run: |
2424
pip install --upgrade pip

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: "3.X"
16+
python-version: "3.12"
1717
- name: Install dependencies
1818
run: |
1919
pip install --upgrade pip

BeeWare.lektorproject

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ locale = pl_PL
7777
[packages]
7878
lektor-rst = 0.3.0
7979
lektor-github-repos = 0.1.1
80-
lektor-gravatar = 0.1.2
80+
lektor-gravatar = 0.1.3
8181

8282
[servers.ghpages]
8383
target = ghpages://beeware/beeware.github.io?cname=beeware.org

content/contributing/how/translations/contents+it.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crea o modifica la sezione per la lingua specificata (e.g., ``[pt]`` per
1919
il portoghese).
2020

2121
Il Tutorial di BeeWare
22-
---------------------
22+
-----------------------
2323

2424
Noi manteniamo anche traduzioni per il `tutorial di BeeWare <https://docs.beeware.org>`__.
2525
Queste traduzioni sono gestite utilizzando `Weblate

requirements.txt

+20-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
Lektor==3.3.11
2-
pygments==2.15.0
1+
Lektor==3.3.12
32
# Pinned dependencies.
43
# These are pinned because they're versions that are known to work
5-
Babel==2.9.1
6-
blinker==1.6.2
7-
charset-normalizer==2.0.12
8-
click==8.1.3
9-
EXIFRead==2.3.2
10-
filetype==1.0.10
11-
Flask==2.3.2
12-
idna==3.7
4+
Babel==2.17.0
5+
EXIFRead==3.0.0
6+
Flask==2.3.3
7+
Jinja2==3.1.5
8+
Lektor==3.3.12
9+
Werkzeug==2.3.8
10+
blinker==1.9.0
11+
certifi==2025.1.31
12+
charset-normalizer==3.4.1
13+
click==8.1.8
14+
filetype==1.2.0
15+
idna==3.10
1316
inifile==0.4.1
14-
itsdangerous==2.1.2
15-
Jinja2==3.1.4
16-
MarkupSafe==2.1.1
17+
itsdangerous==2.2.0
18+
markupsafe==3.0.2
1719
mistune==0.8.4
18-
python-slugify==6.1.1
19-
requests==2.32.0
20+
python-slugify==8.0.4
21+
pytz==2025.1
22+
requests==2.32.3
2023
text-unidecode==1.3
21-
urllib3==1.26.19
22-
watchdog==2.1.7
23-
Werkzeug==2.3.8
24+
urllib3==2.3.0
25+
watchdog==6.0.0

0 commit comments

Comments
 (0)