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 with 3 updates #142

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-dependencies group with 3 updates: django-settings-holder, pymdown-extensions and mkdocs-mermaid2-plugin.

Updates django-settings-holder from 0.2.1 to 0.2.2

Release notes

Sourced from django-settings-holder's releases.

Release 0.2.2

What's Changed

Features

  • Support import strings immutable sequences and mappings

Fixes

  • Fix issue where reloading sequences or mappings of improt strings would error due to the import still existing in the default setting

Full Changelog: MrThearMan/django-settings-holder@v0.2.1...v0.2.2

Commits

Updates pymdown-extensions from 10.11.2 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.
Commits

Updates mkdocs-mermaid2-plugin from 1.1.1 to 1.2.1

Changelog

Sourced from mkdocs-mermaid2-plugin's changelog.

1.2.1, 2024-11-02

  • Added: a test framework with MkDocs-Test and pytest
  • Changed: migrated from setup.py to pyproject.toml

1.1.2, 2024-09-05

  • Changed: If the javascript parameter starts with http(s) and no Internet access is available, a WARNING is now issued (mkdocs no longer fails with an exception).
Commits
  • bd820a8 Correct Development status
  • a68f4b1 Migrate setup.py to pyproject.toml
  • 18b0c2e Add the MkDocs-Test framework (with pytest)
  • 97db6aa Merge branch 'master' of github.com:fralau/mkdocs-mermaid2-plugin into master
  • 2fb1038 Do not fail if javascript lib is online and no Internet (#101)
  • 12de333 Merge pull request #98 from d4nyl0/master
  • 9a9bff6 Merge pull request #99 from thatgaypigeon/master
  • 5ac39a5 Merge branch 'fralau:master' into master
  • 502a3e8 Fix issue ReadTheDocs Build (#95)
  • a4a3a31 Fix typo :: troubleshooting.md
  • 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 <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 3 updates: [django-settings-holder](https://github.com/MrThearMan/django-settings-holder), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [mkdocs-mermaid2-plugin](https://github.com/fralau/mkdocs-mermaid2-plugin).


Updates `django-settings-holder` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/MrThearMan/django-settings-holder/releases)
- [Commits](MrThearMan/django-settings-holder@v0.2.1...v0.2.2)

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

Updates `mkdocs-mermaid2-plugin` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/fralau/mkdocs-mermaid2-plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-mermaid2-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-mermaid2-plugin@v1.1.1...v1.2.1)

---
updated-dependencies:
- dependency-name: django-settings-holder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pymdown-extensions
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mkdocs-mermaid2-plugin
  dependency-type: direct:development
  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 4, 2024
@github-actions github-actions bot enabled auto-merge (rebase) November 4, 2024 15:57
@github-actions github-actions bot merged commit f638566 into main Nov 4, 2024
17 checks passed
@github-actions github-actions bot deleted the dependabot-pip-python-dependencies-bf0bd1d543 branch November 4, 2024 16:01
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11667888223

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 11621471565: 0.0%
Covered Lines: 498
Relevant Lines: 498

💛 - Coveralls

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.

1 participant