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

Bump the python-dependencies group across 1 directory with 6 updates #31

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the python-dependencies group with 6 updates in the / directory:

Package From To
mkdocs-git-revision-date-localized-plugin 1.2.9 1.3.0
mkdocs-include-markdown-plugin 6.2.2 7.0.0
mkdocs-material 9.5.36 9.5.44
mkdocs-material[imaging] 9.5.36 9.5.44
pymdown-extensions 10.10.1 10.12
diagrams 0.23.4 0.24.1

Updates mkdocs-git-revision-date-localized-plugin from 1.2.9 to 1.3.0

Release notes

Sourced from mkdocs-git-revision-date-localized-plugin's releases.

revision-date-localized v1.3.0

What's Changed

🟠 Minor breaking changes: This release will change some of the git revision dates:

  • We now ignore changes to files that only contain whitespaces or blanklines, as these are not 'real' revisions to the content. This maps to the git log --ignore_all_space --ignore_blank_lines.
  • We now ignore rename commits for determining the last revision date, as these are not 'real' revisions to the content. This maps to the git log diff-filter=r command (see git log docs)
  • We will now follow changes to a file across file renames (including moving files around). This maps to git log --follow. While giving more accurate revision and creation dates, there is an edge case: if you commit empty files, the revision date might wrong. For details see this blogpost. You can opt-out of this behavior by using the new option enable_git_follow (which defaults to True). If you still hit inaccurate revision dates for specific files, consider manually defining them.

Pull requests:

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.9...v1.3.0

Commits
  • 2e7646e update to v1.3
  • 1e69247 support python 3.13
  • 9e064cd Merge pull request #148 from skywarth/master
  • 36b2159 chore: rename option, add documentation
  • f848ea1 feat: reverted previous changes about exclude option, new option for follow i...
  • 466e577 feat: option for excluding renames and move operations for last update date
  • See full diff in compare view

Updates mkdocs-include-markdown-plugin from 6.2.2 to 7.0.0

Release notes

Sourced from mkdocs-include-markdown-plugin's releases.

v7.0.0

Breaking changes

No longer installable on Python v3.8

Minimum Python version for installation is v3.9. Python v3.8 reached his end of life at 2024-10-07.

Comments are turned off by default

Before this release, the default value for comments argument of include-markdown directive was true. Now has been switched to false. This prevents some inconvenients, for example, trying to include one-line texts on table cells and list items.

If you want the previous behaviour, configure comments as true in the global configuration:

plugins:
  - include-markdown:
      comments: true

Indented code blocks must be surrounded by newlines

Now mkdocs-include-markdown-plugin will only detect indented code blocks if are surrounded by newlines, conforming to CommonMark specification.

In the practice this means that you must surround indented code blocks with newlines or possible link targets URLs will be rewritten to work in relative files. For example, the next code is not treated as an indented code block any more and will break:

Foo
    const auto lambda = []() { .... };
Commits

Updates mkdocs-material from 9.5.36 to 9.5.44

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.44

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

Thanks go to @​nejch for their contributions.

mkdocs-material-9.5.43

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

Thanks go to @​nejch for their contributions

mkdocs-material-9.5.42

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

Thanks go to @​pekkaklarck and @​klejejs for their contributions

mkdocs-material-9.5.39

  • Fixed #7226: not staying on page when using mike's canonical versioning

Thanks go to @​ilyagr for their contributions

mkdocs-material-9.5.38

  • Added Albanian translations

Thanks go to @​gerardkraja for their contributions

mkdocs-material-9.5.37

  • Added 4th and 5th level ordered list styles
  • Fixed #7548: Tags have no spacing in search
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.44 (2024-11-05)

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

mkdocs-material-9.5.43 (2024-10-31)

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

mkdocs-material-9.5.42 (2024-10-20)

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41 (2024-10-15)

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40 (2024-10-10)

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)

  • Fixed #7567: Empty headlines when using typeset plugin with anchorlinks

mkdocs-material-9.5.39 (2024-09-29)

  • Fixed #7226: not staying on page when using mike's canonical versioning

mkdocs-material-9.5.38 (2024-09-26)

  • Added Albanian translations

mkdocs-material-9.5.37 (2024-09-25)

  • Added 4th and 5th level ordered list styles
  • Fixed #7548: Tags have no spacing in search

mkdocs-material-9.5.36 (2024-09-21)

  • Fixed #7544: Social cards incorrectly rendering HTML entities
  • Fixed #7542: Improved support for setting custom list styles

mkdocs-material-9.5.35 (2024-09-18)

  • Fixed #7498: Search not showing for Vietnamese language

... (truncated)

Commits

Updates mkdocs-material[imaging] from 9.5.36 to 9.5.44

Release notes

Sourced from mkdocs-material[imaging]'s releases.

mkdocs-material-9.5.44

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

Thanks go to @​nejch for their contributions.

mkdocs-material-9.5.43

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

Thanks go to @​nejch for their contributions

mkdocs-material-9.5.42

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

Thanks go to @​pekkaklarck and @​klejejs for their contributions

mkdocs-material-9.5.39

  • Fixed #7226: not staying on page when using mike's canonical versioning

Thanks go to @​ilyagr for their contributions

mkdocs-material-9.5.38

  • Added Albanian translations

Thanks go to @​gerardkraja for their contributions

mkdocs-material-9.5.37

  • Added 4th and 5th level ordered list styles
  • Fixed #7548: Tags have no spacing in search
Changelog

Sourced from mkdocs-material[imaging]'s changelog.

mkdocs-material-9.5.44 (2024-11-05)

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

mkdocs-material-9.5.43 (2024-10-31)

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

mkdocs-material-9.5.42 (2024-10-20)

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41 (2024-10-15)

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40 (2024-10-10)

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)

  • Fixed #7567: Empty headlines when using typeset plugin with anchorlinks

mkdocs-material-9.5.39 (2024-09-29)

  • Fixed #7226: not staying on page when using mike's canonical versioning

mkdocs-material-9.5.38 (2024-09-26)

  • Added Albanian translations

mkdocs-material-9.5.37 (2024-09-25)

  • Added 4th and 5th level ordered list styles
  • Fixed #7548: Tags have no spacing in search

mkdocs-material-9.5.36 (2024-09-21)

  • Fixed #7544: Social cards incorrectly rendering HTML entities
  • Fixed #7542: Improved support for setting custom list styles

mkdocs-material-9.5.35 (2024-09-18)

  • Fixed #7498: Search not showing for Vietnamese language

... (truncated)

Commits

Updates pymdown-extensions from 10.10.1 to 10.12

Release notes

Sourced from pymdown-extensions's releases.

10.12

  • NEW: Blocks: Blocks extensions no longer considered in beta.
  • NEW: Details: Details is marked as "legacy" in documentation in favor of the new pymdownx.blocks.details approach.
  • NEW: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new pymdownx.blocks.tab approach.
  • NEW: Caption: Add new "blocks" style extension called Caption which helps with specifying figures with captions.
  • NEW: Emoji: Add a new strict option that will raise an exception if an emoji is used whose name has changed, removed, or never existed.
  • FIX: Emoji: Emoji links should be generated such that they point to the new CDN version.

10.11.2

  • FIX: SuperFences: Fix a regression where certain patterns could cause a hang.

10.11.1

  • Fix: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header can cause a fence to not be parsed.

10.11

  • NEW: SuperFences: Allow fenced code to be parsed in the form ```lang {.class #id}.

10.10.2

  • FIX: BetterEm: Add better support for *em, **em,strong*** and _em, __em,strong___ cases.
  • FIX: Caret: Add better support for *sup, **sup,ins***.
  • FIX: Tilde: Add better support for *sub, **sub,del***.
Commits
  • 20be2fc Update caption docs to use image example
  • 2c7f8c0 Add catpion extension (#2492)
  • b647b8d Include white and black
  • 3a89709 Fix more sass stuff in doc style
  • e8ec7bf Update JS Doc deps and fix some links
  • 0973681 Docs: Update JS deps
  • 659b4d9 Add new strict option in the emoji extension (#2488)
  • a994065 Fix SuperFence pattern should require options to be separated by a space (#2480)
  • 96e19e6 Remove more duplicate words
  • 3f6fbbb Typos: remove various duplicated words
  • Additional commits viewable in compare view

Updates diagrams from 0.23.4 to 0.24.1

Release notes

Sourced from diagrams's releases.

v0.24.1

What's Changed

New Contributors

Full Changelog: mingrammer/diagrams@v0.24.0...v0.24.1

v0.24.0

What's Changed

New Contributors

Full Changelog: mingrammer/diagrams@v0.23.4...v0.24.0

Changelog

Sourced from diagrams's changelog.

Changelogs

0.17.0

Added

  • Support GCP Endpoints: #259
  • Support DroneCI and Atlantis (Terraform): #255
  • Support Okta: #254
  • Support OutScale provider: #251
  • Support Prometheus Operator: #253
  • Support Snowflake: #245
  • Support for CJK fonts + Replace ms-fonts with opensans: #242
  • Support Pushover: #241

Fixed

  • Update bm, vm cases for OCI
  • Set a dummy filename to prevent raise error when both name and filename are not provided: #240

0.16.0

Breaking Changes

The following import changes:

Elastic

Old import path New import path
from diagrams.onprem.logging import Logstash from diagrams.elastic.elasticsearch import Logstash
from diagrams.onprem.monitoring import Kibana from diagrams.elastic.elasticsearch import Kibana
from diagrams.onprem.search import Elasticsearch from diagrams.elastic.elasticsearch import Elasticsearch

About from diagrams.onprem.search import Elasticsearch the previous icon was the company icon, not the elasticsearch product.

For the company icon use: from diagrams.elastic.saas import Elastic

OCI

Old import path New import path
from diagrams.oci.compute import AutoScale from diagrams.oci.compute import Autoscale
from diagrams.oci.compute import AutoScaleWhite from diagrams.oci.compute import AutoscaleWhite
from diagrams.oci.compute import Bm from diagrams.oci.compute import BM
from diagrams.oci.compute import BmWhite from diagrams.oci.compute import BMWhite
from diagrams.oci.compute import Vm from diagrams.oci.compute import VM
from diagrams.oci.compute import VmWhite from diagrams.oci.compute import VMWhite
from diagrams.oci.connectivity import Customerdatacenter from diagrams.oci.connectivity import CustomerDatacenter
from diagrams.oci.connectivity import CustomerdatacenterWhite from diagrams.oci.connectivity import CustomerDatacntrWhite

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) | `1.2.9` | `1.3.0` |
| [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) | `6.2.2` | `7.0.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.36` | `9.5.44` |
| [mkdocs-material[imaging]](https://github.com/squidfunk/mkdocs-material) | `9.5.36` | `9.5.44` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.10.1` | `10.12` |
| [diagrams](https://github.com/mingrammer/diagrams) | `0.23.4` | `0.24.1` |



Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.9 to 1.3.0
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.9...v1.3.0)

Updates `mkdocs-include-markdown-plugin` from 6.2.2 to 7.0.0
- [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases)
- [Commits](mondeja/mkdocs-include-markdown-plugin@v6.2.2...v7.0.0)

Updates `mkdocs-material` from 9.5.36 to 9.5.44
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.36...9.5.44)

Updates `mkdocs-material[imaging]` from 9.5.36 to 9.5.44
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.36...9.5.44)

Updates `pymdown-extensions` from 10.10.1 to 10.12
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.10.1...10.12)

Updates `diagrams` from 0.23.4 to 0.24.1
- [Release notes](https://github.com/mingrammer/diagrams/releases)
- [Changelog](https://github.com/mingrammer/diagrams/blob/master/CHANGELOG.md)
- [Commits](mingrammer/diagrams@v0.23.4...v0.24.1)

---
updated-dependencies:
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mkdocs-include-markdown-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mkdocs-material[imaging]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: diagrams
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 11, 2024
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #32.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-988f688c23 branch November 25, 2024 00:52
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.

0 participants