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 5 updates #167

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 5 updates:

Package From To
django-settings-holder 0.1.2 0.2.2
faker 30.8.1 30.8.2
py-spy 0.3.14 0.4.0
pymdown-extensions 10.11.2 10.12
mkdocs-mermaid2-plugin 1.1.1 1.2.1

Updates django-settings-holder from 0.1.2 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

Release 0.2.1

What's Changed

Features

  • Adds option for wildcards in import string options, e.g. "MY_SETTING.*", meaning any keys of MY_SETTING will be treated as import strings. Supported in nesting and byte import strings.

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

Release 0.2.0

What's Changed

Features

  • BREAKING: Modify logic for nested import settings to allow more flexibility:

    • If the setting is a list, you need to set "MY_SETTING.0" in the import_strings of the settings_holder
    • If the setting is a dict, you need to set "MY_SETTING.KEY_NAME" in the import_strings of the settings_holder for each key that contains a dot import string.
    • For deeper levels of nesting, you need to specify each level, e.g. "MY_SETTING.0.KEY_NAME.0"
  • Allow caching settings via setting attributes to the holder so that reload() will still remove the cached value


Full Changelog: MrThearMan/django-settings-holder@v0.1.2...v0.2.0

Commits
  • a5ff627 Bump version to 0.2.2
  • 0dcf9ff Support immutable sequences and mappings
  • c25ef39 Bump version to 0.2.1
  • f4db549 Fix issues with new import syntax
  • cc98171 Modify docs
  • 650aa6a Bump version to 0.2.0
  • e1b8113 Modify import setting logic & allow caching settings by setattr
  • 15dd359 [pre-commit.ci] pre-commit autoupdate
  • 80a0827 Bump the python-dependencies group with 3 updates
  • 4d1901a [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates faker from 30.8.1 to 30.8.2

Release notes

Sourced from faker's releases.

Release v30.8.2

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v30.8.2 - 2024-10-31

  • Revert "Add decorator to optionally format dates as string.".
Commits

Updates py-spy from 0.3.14 to 0.4.0

Release notes

Sourced from py-spy's releases.

v0.4.0

Changes

🚀 Features

🐛 Bug Fixes

📄 Documentation

🧰 Maintenance

... (truncated)

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [django-settings-holder](https://github.com/MrThearMan/django-settings-holder) | `0.1.2` | `0.2.2` |
| [faker](https://github.com/joke2k/faker) | `30.8.1` | `30.8.2` |
| [py-spy](https://github.com/benfred/py-spy) | `0.3.14` | `0.4.0` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.11.2` | `10.12` |
| [mkdocs-mermaid2-plugin](https://github.com/fralau/mkdocs-mermaid2-plugin) | `1.1.1` | `1.2.1` |


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

Updates `faker` from 30.8.1 to 30.8.2
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v30.8.1...v30.8.2)

Updates `py-spy` from 0.3.14 to 0.4.0
- [Release notes](https://github.com/benfred/py-spy/releases)
- [Changelog](https://github.com/benfred/py-spy/blob/master/CHANGELOG.md)
- [Commits](benfred/py-spy@v0.3.14...v0.4.0)

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-minor
  dependency-group: python-dependencies
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: py-spy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 00:32
@github-actions github-actions bot merged commit 751723d into main Nov 4, 2024
15 checks passed
@github-actions github-actions bot deleted the dependabot-pip-python-dependencies-6c78ffa573 branch November 4, 2024 00:39
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