Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/renovate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39.207.0
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e8f43798f1e0996429a57b8089829274489cd2f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 17, 2025

  1. fix(deps): update dependency mkdocs-material to v9.6.9 (main) (#34860)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1e8f437 View commit details
Showing with 5 additions and 5 deletions.
  1. +4 −4 pdm.lock
  2. +1 −1 pyproject.toml
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
dependencies = [
"mkdocs-material==9.6.8",
"mkdocs-material==9.6.9",
"mkdocs-awesome-pages-plugin==2.10.1",
]
requires-python = ">=3.11"