Skip to content

Commit cf04be1

Browse files
Bump the "dependencies" group with 1 update across multiple ecosystems (#214)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kattni <kattni@kattni.com>
1 parent 221de33 commit cf04be1

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,40 +23,40 @@ maintainers = [
2323
]
2424

2525
dependencies = [
26-
"click==8.2.1", # DO NOT UPGRADE - As of 8.3.2, still disables live-reload on live serve
26+
"click==8.3.3",
2727
"deepl==1.30.0",
28-
"markdown-checker==0.2.5",
28+
"markdown-checker==1.0.2",
2929
"mistletoe==1.5.1",
3030
"mkdocs-autorefs==1.4.4",
3131
"mkdocs-literate-nav==0.6.3", # DO NOT UPGRADE - Uncertain whether author's move to ProperDocs will cause incompatibility
3232
"mkdocs-macros-plugin==1.5.0",
3333
"mkdocs-material==9.7.6",
34-
"mkdocs-rss-plugin==1.18.1",
34+
"mkdocs-rss-plugin==1.19.0",
3535
"mkdocs==1.6.1", # DO NOT UPGRADE - 2+ is not compatible with anything here
3636
"mkdocstrings-python==2.0.3",
3737
"pymdown-extensions==10.21.2",
3838
"pyspelling==2.12.1",
3939
"python-Levenshtein==0.27.3",
4040
"PyYAML==6.0.3",
4141
"polib==1.2.0",
42-
"ruff==0.15.10",
42+
"ruff==0.15.12",
4343
"setuptools_scm==10.0.5",
44-
"translate-toolkit==3.19.4",
44+
"translate-toolkit==3.19.7",
4545
]
4646

4747
[dependency-groups]
4848
# Extras used by developers *of* beeware-docs-tools are pinned to specific versions to
4949
# ensure environment consistency.
5050
pre-commit = [
51-
"pre-commit == 4.5.1",
51+
"pre-commit == 4.6.0",
5252
]
5353

5454
tox-uv = [
5555
"tox-uv == 1.35.1",
5656
]
5757

5858
wlc = [
59-
"wlc == 1.17.2",
59+
"wlc == 2.0.0",
6060
]
6161

6262
dev = [

src/beeware_docs_tools/live_serve_en.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def serve_docs(
6666
"mkdocs",
6767
"serve",
6868
"--clean",
69+
"--livereload",
6970
"--config-file",
7071
str(output_path / "mkdocs.en.yml"),
7172
"--watch",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ commands:
4848
translate : update_machine_translations --soft-fail -d {[docs]shared_content_dir} ar cs da de es fa fr it ja ko pl pt ru tr vi zh_CN zh_TW
4949
lint : pyspelling
5050
lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls
51-
lint : markdown-checker --dir {[docs]shared_content_dir} --func check_broken_urls "--skip-urls-containing=https://app.readthedocs.org/projects/{{ project_name }}/,https://example.com/"
51+
lint : markdown-checker --dir {[docs]shared_content_dir} --func check_broken_urls "--skip-urls-containing=https://app.readthedocs.org/projects/{{ project_name }}/,https://github.com/beeware/{{ project_name }},https://example.com/"
5252
en : build_md_translations {posargs} --source-code=src en
5353
ar : build_md_translations {posargs} --source-code=src ar
5454
cs : build_md_translations {posargs} --source-code=src cs

0 commit comments

Comments
 (0)