Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mkdocs-material requirement from ~=9.2 to ~=9.3 #654

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Updates the requirements on mkdocs-material to permit the latest version.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.3.1

  • Fixed crash of group plugin when used together with hooks
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.3.1+insiders-4.41.0 (2023-09-11)

  • Improved multi-instance support for optimize plugin
  • Added inclusion and exclusion patterns for optimize plugin
  • Added transparent keyword for color handling in social plugin
  • Changed default quality of PNGs to 3 in optimize plugin
  • Fixed #5979: meta file not detected in root of docs directory

mkdocs-material-9.3.1 (2023-09-11)

  • Fixed crash of group plugin when used together with hooks

mkdocs-material-9.3.0 (2023-09-11)

  • Improved configuration sharing between community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

mkdocs-material-9.2.8+insiders-4.40.4 (2023-09-04)

  • Fixed privacy plugin choking on boolean HTML5 attributes
  • Fixed wrapping of inline code blocks in typeset table of contents
  • Fixed blog plugin error when running under dirty reload

mkdocs-material-9.2.8 (2023-09-04)

  • Updated Italian and Russian translations
  • Fixed #5952: Combining blog and tags plugin leads to wrong links
  • Fixed #5951: Blog plugin ignores post title in metadata
  • Fixed #5949: Blog plugin ignores post linked in nav

mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)

  • Fixed #5946: Docker image missing pngquant for optimize plugin

mkdocs-material-9.2.7 (2023-09-02)

  • Switched dependencies to compatible release clauses
  • Removed readtime and lxml dependencies for blog plugin
  • Reduced size of Docker image to improve CI build performance
  • Fixed #5945: Incorrect footer navigation for sibling pages of blog
  • Fixed #5939: Page jumps when changing color palette (Firefox 117)
  • Fixed #5901: Announcement bar reappears when using instant loading
  • Fixed #5824: Allow to customize styles of sequence diagrams

mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)

  • Added configurable error handling capabilities for social plugin
  • Fixed #5922: Blog plugin shows no posts when building a standalone blog

... (truncated)

Commits
  • b545d80 Updated Insiders changelog
  • bfe19b1 Prepare 9.3.1 release
  • eb1c323 Fixed group plugin crashing when using hooks
  • c9a7339 Updated dependencies
  • 085783c Updated changelogs
  • 3a35274 Prepare 9.3.0 release
  • 2e85464 Improved error message in group plugin
  • 4154a94 Added experimental group plugin
  • b36af18 Adjusted meta file documentation
  • 391e30c Updated premium sponsors
  • Additional commits viewable in compare view

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)

Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.2.0...9.3.1)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2023
@TEAM4-0 TEAM4-0 enabled auto-merge (squash) September 18, 2023 05:29
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

A newer version of mkdocs-material exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #654 (7f3d23b) into ci/dependabot-updates (b568fd2) will increase coverage by 1.94%.
Report is 77 commits behind head on ci/dependabot-updates.
The diff coverage is 85.20%.

❗ Current head 7f3d23b differs from pull request most recent head da9b63d. Consider uploading reports for the commit da9b63d to get more accurate results

@@                    Coverage Diff                    @@
##           ci/dependabot-updates     #654      +/-   ##
=========================================================
+ Coverage                  67.91%   69.85%   +1.94%     
=========================================================
  Files                         16       16              
  Lines                       3135     3367     +232     
=========================================================
+ Hits                        2129     2352     +223     
- Misses                      1006     1015       +9     
Files Coverage Δ
ontopy/__init__.py 80.00% <100.00%> (ø)
ontopy/graph.py 66.25% <100.00%> (-1.77%) ⬇️
ontopy/manchester.py 92.22% <100.00%> (ø)
ontopy/patch.py 63.52% <96.55%> (+1.86%) ⬆️
ontopy/ontology.py 77.92% <93.33%> (+4.29%) ⬆️
ontopy/utils.py 62.69% <35.71%> (+0.27%) ⬆️
emmopy/emmocheck.py 53.71% <50.00%> (+0.50%) ⬆️
ontopy/excelparser.py 83.23% <86.05%> (+4.01%) ⬆️

... and 3 files with indirect coverage changes

@TEAM4-0 TEAM4-0 merged commit e01f9d0 into ci/dependabot-updates Oct 10, 2023
11 checks passed
@TEAM4-0 TEAM4-0 deleted the dependabot/pip/ci/dependabot-updates/mkdocs-material-approx-eq-9.3 branch October 10, 2023 13:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants