-
Notifications
You must be signed in to change notification settings - Fork 109
Bump the dependencies group in /.config with 5 updates #1985
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
Merged
shatakshiiii
merged 1 commit into
main
from
dependabot/pip/dot-config/dependencies-05e1f07acd
May 12, 2025
Merged
Bump the dependencies group in /.config with 5 updates #1985
shatakshiiii
merged 1 commit into
main
from
dependabot/pip/dot-config/dependencies-05e1f07acd
May 12, 2025
+5
−5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group in /.config with 5 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.12` | `9.6.13` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.7` | `4.3.8` | | [pyyaml-env-tag](https://github.com/waylan/pyyaml-env-tag) | `0.1` | `1.0` | | [snowballstemmer](https://github.com/snowballstem/snowball) | `2.2.0` | `3.0.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.30.0` | `20.31.2` | Updates `mkdocs-material` from 9.6.12 to 9.6.13 - [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.12...9.6.13) Updates `platformdirs` from 4.3.7 to 4.3.8 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.7...4.3.8) Updates `pyyaml-env-tag` from 0.1 to 1.0 - [Commits](waylan/pyyaml-env-tag@0.1...1.0) Updates `snowballstemmer` from 2.2.0 to 3.0.1 - [Changelog](https://github.com/snowballstem/snowball/blob/master/NEWS) - [Commits](snowballstem/snowball@v2.2.0...v3.0.1) Updates `virtualenv` from 20.30.0 to 20.31.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.30.0...20.31.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: platformdirs dependency-version: 4.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pyyaml-env-tag dependency-version: '1.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: snowballstemmer dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: virtualenv dependency-version: 20.31.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found: major, skip-changelog, dependencies |
1 similar comment
Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found: major, skip-changelog, dependencies |
ansibuddy
approved these changes
May 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group in /.config with 5 updates:
9.6.12
9.6.13
4.3.7
4.3.8
0.1
1.0
2.2.0
3.0.1
20.30.0
20.31.2
Updates
mkdocs-material
from 9.6.12 to 9.6.13Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
8670a01
Prepare 9.6.13 release8485881
Fixed entity-relationship diagram styling after Mermaid upgrade (#8211)5a0adb8
Documentation (#8205)572da4f
Fixed annotations showing list markers in print view6d04f2c
Updated Change Request guide (#8201)e56efb2
Updated dependenciesUpdates
platformdirs
from 4.3.7 to 4.3.8Release notes
Sourced from platformdirs's releases.
Commits
22089f1
Add missing examples and fix order of examples in README (#355)29398b1
[pre-commit.ci] pre-commit autoupdate (#354)70114b0
[pre-commit.ci] pre-commit autoupdate (#353)4891611
[pre-commit.ci] pre-commit autoupdate (#351)707be6f
Bump astral-sh/setup-uv from 5 to 6 in the all group (#352)5519a4f
[pre-commit.ci] pre-commit autoupdate (#349)063275e
[pre-commit.ci] pre-commit autoupdate (#346)39fc384
[pre-commit.ci] pre-commit autoupdate (#345)Updates
pyyaml-env-tag
from 0.1 to 1.0Commits
18341d7
Bump version to 1.0b80b4a1
Add deploy workflow19ccfed
Get version dymanically from source7922ed6
Cleanup readme41e3ccf
Addadd_env_tag
helper function1087081
Update workflow98fea14
Update pyproject.toml to use setuptools build.fdadeb7
Create GitHub workflowUpdates
snowballstemmer
from 2.2.0 to 3.0.1Changelog
Sourced from snowballstemmer's changelog.
... (truncated)
Commits
e4b3efb
Update for 3.0.1bbd3319
Protect empty languages dict298ff9f
Update details of Python 2 support in old versions53fe098
python: Specify correct dependencies for$(python_output_dir)/__init__.py
00a22de
Stop excluding classifiers for Armenian and Yiddishabd9adc
Update for 3.0.0d23d356
Back out incomplete ESM support for 3.0.0ff42274
Update draft NEWS entrycd61f01
tamil: remove_tense_suffix signals if ending removededfe576
nepali: Reformat amongs to be clearerUpdates
virtualenv
from 20.30.0 to 20.31.2Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
Commits
91cf771
release 20.31.29c4cd8e
Merge pull request #2884 from hroncok/wheel-option-backe9b6ba7
Merge pull request #2882 from pypa/release-20.31.171d6f0a
Update changelog.rst572aa23
release 20.31.1715268e
Merge pull request #2880 from gaborbernat/main472157d
Bump setuptools and pipf7d440d
release 20.31.0 (#2879)2b7ea30
release 20.31.0a2e76cb
Fix get_embed_wheel for unknown wheels (#2877)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