Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps mkdocs-material from 9.6.21 to 9.6.23.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.23

  • Updated Burmese translation

mkdocs-material-9.6.22

  • Updated Georgian translation
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.23 (2025-11-01)

  • Updated Burmese translation

mkdocs-material-9.6.22 (2025-10-15)

  • Updated Georgian translation

mkdocs-material-9.6.21 (2025-09-30)

  • Updated Serbian translations
  • Fixed #8458: Temporary pin of click dependency

mkdocs-material-9.6.20 (2025-09-15)

  • Fixed #8446: Deprecation warning as of Python 3.14 in Emoji extension
  • Fixed #8440: & character not escaped in search highlighting
  • Fixed #8439: FontAwesome icons color not set in social cards (regression)

mkdocs-material-9.6.19 (2025-09-07)

  • Added support for Python 3.14
  • Updated Bahasa Malaysia translations

mkdocs-material-9.6.18 (2025-08-22)

  • Updated Azerbaijani translations
  • Fixed last compat issues with [minijinja], now 100% compatible

mkdocs-material-9.6.17 (2025-08-15)

  • Fixed #8396: Videos do not autoplay when inside a content tab
  • Fixed #8394: Stroke width not effective in Mermaid.js diagrams
  • Fixed disappearing version selector when hiding page title

mkdocs-material-9.6.16 (2025-07-26)

  • Fixed #8349: Info plugin doesn't correctly detect virtualenv in some cases
  • Fixed #8334: Find-in-page detects matches in hidden search result list

mkdocs-material-9.6.15 (2025-07-01)

  • Updated Mongolian translations
  • Improved semantic markup of "edit this page" button
  • Improved info plugin virtual environment resolution
  • Fixed #8291: Large font size setting throws of breakpoints in JavaScript

mkdocs-material-9.6.14 (2025-05-13)

  • Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.21 to 9.6.23.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.21...9.6.23)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.6.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 3, 2025
@Sreekala-Gopakumar
Copy link
Contributor

@pshipton - We have tested the openj9-docs after updating the mkdocs dependency levels. We can go ahead and close the dependabot issue. Thanks!

@pshipton pshipton merged commit 60358ff into master Nov 3, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/buildenv/mkdocs-material-9.6.23 branch November 3, 2025 16:34
@pshipton
Copy link
Member

pshipton commented Nov 3, 2025

@pshipton
Copy link
Member

pshipton commented Nov 3, 2025

It's not working

12:09:09  #8 36.70 Traceback (most recent call last):
12:09:09  #8 36.70   File "/myenv/bin/pip-compile", line 7, in <module>
12:09:09  #8 36.70     sys.exit(cli())
12:09:09  #8 36.70   File "/myenv/lib/python3.10/site-packages/click/core.py", line 1130, in __call__
12:09:09  #8 36.71     return self.main(*args, **kwargs)
12:09:09  #8 36.71   File "/myenv/lib/python3.10/site-packages/click/core.py", line 1055, in main
12:09:09  #8 36.71     rv = self.invoke(ctx)
12:09:09  #8 36.71   File "/myenv/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
12:09:09  #8 36.71     return ctx.invoke(self.callback, **ctx.params)
12:09:09  #8 36.71   File "/myenv/lib/python3.10/site-packages/click/core.py", line 760, in invoke
12:09:09  #8 36.71     return __callback(*args, **kwargs)
12:09:09  #8 36.71   File "/myenv/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
12:09:09  #8 36.71     return f(get_current_context(), *args, **kwargs)
12:09:09  #8 36.71   File "/myenv/lib/python3.10/site-packages/piptools/scripts/compile.py", line 392, in cli
12:09:09  #8 36.71     constraints.extend(
12:09:09  #8 36.71   File "/myenv/lib/python3.10/site-packages/piptools/_compat/pip_compat.py", line 115, in parse_requirements
12:09:09  #8 36.71     install_req = copy_install_requirement(install_req)
12:09:09  #8 36.71   File "/myenv/lib/python3.10/site-packages/piptools/utils.py", line 503, in copy_install_requirement
12:09:09  #8 36.71     "use_pep517": template.use_pep517,
12:09:09  #8 36.71 AttributeError: 'InstallRequirement' object has no attribute 'use_pep517'
12:09:12  #8 ERROR: process "/bin/sh -c /bin/bash -c \"source /myenv/bin/activate && pip3 install setuptools pip-tools && pip3 install --requirement /tmp/requirements.txt && mv /tmp/requirements.txt /tmp/requirements.orig && pip-compile /tmp/requirements.in && chmod -R ugo+w /myenv\"" did not complete successfully: exit code: 1

@pshipton
Copy link
Member

pshipton commented Nov 3, 2025

Guessing the removal of importlib-metadata==8.7.0 isn't valid.

@pshipton
Copy link
Member

pshipton commented Nov 3, 2025

Even going back to the original before this and #1614 doesn't work, same error.

@pshipton
Copy link
Member

pshipton commented Nov 3, 2025

Seems jazzband/pip-tools#2252

@pshipton
Copy link
Member

pshipton commented Nov 3, 2025

Created #1622

@pshipton
Copy link
Member

pshipton commented Nov 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants