-
Notifications
You must be signed in to change notification settings - Fork 64
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 dev group in /.config with 7 updates #310
Merged
Merged
Conversation
This file contains 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 dev group in /.config with 7 updates: | Package | From | To | | --- | --- | --- | | [ansible-compat](https://github.com/ansible/ansible-compat) | `4.1.11` | `24.5.1` | | [griffe](https://github.com/mkdocstrings/griffe) | `0.44.0` | `0.45.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.21` | `9.5.23` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.0` | `1.10.2` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.1` | `4.2.2` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.5.10` | `2024.5.15` | | [wcmatch](https://github.com/facelessuser/wcmatch) | `8.5.1` | `8.5.2` | Updates `ansible-compat` from 4.1.11 to 24.5.1 - [Release notes](https://github.com/ansible/ansible-compat/releases) - [Commits](ansible/ansible-compat@v4.1.11...v24.5.1) Updates `griffe` from 0.44.0 to 0.45.1 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@0.44.0...0.45.1) Updates `mkdocs-material` from 9.5.21 to 9.5.23 - [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.21...9.5.23) Updates `mkdocstrings-python` from 1.10.0 to 1.10.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.10.0...1.10.2) Updates `platformdirs` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.1...4.2.2) Updates `regex` from 2024.5.10 to 2024.5.15 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2024.5.10...2024.5.15) Updates `wcmatch` from 8.5.1 to 8.5.2 - [Release notes](https://github.com/facelessuser/wcmatch/releases) - [Commits](facelessuser/wcmatch@8.5.1...8.5.2) --- updated-dependencies: - dependency-name: ansible-compat dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev - dependency-name: wcmatch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
requested review from
Qalthos and
shatakshiiii
and removed request for
a team
May 19, 2024 02:32
ansibuddy
approved these changes
May 19, 2024
ansibuddy
approved these changes
May 19, 2024
ansibuddy
approved these changes
May 19, 2024
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 dev group in /.config with 7 updates:
4.1.11
24.5.1
0.44.0
0.45.1
9.5.21
9.5.23
1.10.0
1.10.2
4.2.1
4.2.2
2024.5.10
2024.5.15
8.5.1
8.5.2
Updates
ansible-compat
from 4.1.11 to 24.5.1Release notes
Sourced from ansible-compat's releases.
Commits
77f4aa6
Fix packaging version to recognize pre-release versions (#371)2e52498
Remove before-release from GHA release pipeline (#368)2a97729
Upgrade gha upload-artifact (#366)5fa97de
chore: pre-commit autoupdate (#363)b6cafb1
Add has_playbook method to Runtime (#364)0fc3578
Update requirements (#365)dba9fcc
gha: rename reusable repository (#362)c7c6e83
Use python3 executable (#360)e454c82
Refactor dependency locking (#359)4597e60
Enable dependabot for pip (#358)Updates
griffe
from 0.44.0 to 0.45.1Release notes
Sourced from griffe's releases.
Changelog
Sourced from griffe's changelog.
Commits
88e7e71
chore: Prepare release 0.45.156f5363
fix: Fix loading of importable modules thanks to their__path__
attribute587346e
chore: Prepare release 0.45.0eeb497f
refactor: Improve stats code and performance721ce7d
docs: Fix example in SetMembersMixin docstringbc0f74b
fix: Pass down modules collection when inspecting776063d
feat: Implement-x
,--force-inspection
CLI option3266f22
feat: Implementforce_inspection
option in the loader API02b2d7c
tests: Moveclear_sys_modules
helper in a helper moduled0b7a1d
refactor: Recurse immediately into non-discoverable submodules (no path on di...Updates
mkdocs-material
from 9.5.21 to 9.5.23Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
bb6c698
Prepare 9.5.23 release3a27c80
Documentationcc398dd
Added support for displaying version aliases485fa76
Fixed edge case with anchor links when using instant navigationd68db58
Updated Cairo and pngquant installation instructions for Windows (#7163)5872958
Documentation (#7178)aa48be3
Updated dependenciesb2b6571
Prepare 9.5.22 release78fd41a
Updated dependenciesceacfe5
Fixed stay on same page for version selector (9.5.5 regression)Updates
mkdocstrings-python
from 1.10.0 to 1.10.2Release notes
Sourced from mkdocstrings-python's releases.
Changelog
Sourced from mkdocstrings-python's changelog.
Commits
0b8a3a9
chore: Prepare release 1.10.25668abb
fix: Actually make use of custom .html.jinja templatesf7705ce
chore: Prepare release 1.10.16885009
ci: Remove unused type ignore comment5253358
docs: CorrectPrintOK
doctest examples583b8fe
docs: Document Jinja templatese7f997b
docs: Enable parameter headingscfdccd3
docs: Load Python-Markdown objects inventorya5f2723
docs: Document handler'supdate_env
methoda71ab12
refactor: Set handler's nameUpdates
platformdirs
from 4.2.1 to 4.2.2Release notes
Sourced from platformdirs's releases.
Commits
5ec69d8
Fix android detection when python4android is present (#277)dbf360f
[pre-commit.ci] pre-commit autoupdate (#280)b318012
[pre-commit.ci] pre-commit autoupdate (#279)120a441
[pre-commit.ci] pre-commit autoupdate (#278)Updates
regex
from 2024.5.10 to 2024.5.15Changelog
Sourced from regex's changelog.
... (truncated)
Commits
8eabb42
Git issue 530: hangs with fuzzy and optionalsUpdates
wcmatch
from 8.5.1 to 8.5.2Release notes
Sourced from wcmatch's releases.
Commits
dd0b3c2
Fix extmatch negation case (#219)df834c7
Fix wcmatch docs: SYMLINK => SYMLINKS (#217)24bf989
Better inheritance for pathlib (#216)09675ed
Fix build environment and make adjustments for Python 3.13 (#215)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