-
Notifications
You must be signed in to change notification settings - Fork 8
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 required group across 1 directory with 5 updates #348
Conversation
Bumps the required group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.14` | `0.6.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.6.2` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.27.0` | `0.28.0` | Updates `setuptools` from 75.6.0 to 75.8.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.6.0...v75.8.0) Updates `pylint` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.3...v3.3.4) Updates `pydoclint` from 0.5.14 to 0.6.0 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.14...0.6.0) Updates `mkdocs-material` from 9.5.49 to 9.6.2 - [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.49...9.6.2) Updates `mkdocstrings[python]` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.27.0...0.28.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Added a few commits to fix issues with the new dependencies. We are going to have this issue with all repos, as it is in a file that is part of the templates. We need to move as much code as possible to repo-config to avoid having to update templates in all projects 😢 |
We need to include a migration script for the release, but I hope we can move the code first so the migration script would be removing code instead of fixing it, this is why it is not included in this PR. |
Needs approval from someone else. |
Will force-merge, I want to move forward with this and #179, as it will start hitting every other project. |
Bumps the required group with 5 updates in the / directory:
75.6.0
75.8.0
3.3.3
3.3.4
0.5.14
0.6.0
9.5.49
9.6.2
0.27.0
0.28.0
Updates
setuptools
from 75.6.0 to 75.8.0Changelog
Sourced from setuptools's changelog.
Commits
5c9d980
Bump version: 75.7.0 → 75.8.072c4222
Avoid using Any in function1c61d47
Add news fragments for PEP 643f285d01
Implement PEP 643 (Dynamic
field for core metadata) (#4698)a50f6e2
Fix _static.Dict.ior for Python 3.8b055895
Add extra tests for static/dynamic metadata770b4fc
Remove test workaround for unmarked static values from pyproject.toml8b22d73
Mark values from pyproject.toml as staticf699fd8
Fix spelling error8b4c8a3
Add tests for static 'attr' directiveUpdates
pylint
from 3.3.3 to 3.3.4Commits
c2b01c3
Bump pylint to 3.3.4, update changelog023cd43
[isort] Permit to use isort 6 (#10204)050acfe
Calculate linter.config.jobs in cgroupsv2 environments (#10089) (#10169)d6992b8
fix "skipped files" count calculation (#10141)Updates
pydoclint
from 0.5.14 to 0.6.0Release notes
Sourced from pydoclint's releases.
Changelog
Sourced from pydoclint's changelog.
... (truncated)
Commits
2e8af22
Add DOC003 to check docstring style mismatch (#207)94039b2
Add new config option for documenting star arguments (#206)22b9b37
Fix false positive DOC405 & DOC201 for bare returns (#205)1f2ea57
Fix wording in DOC503 violation message (#204)91263b8
Fix parsing and comparison of chained custom exceptions (#203)64ef923
Add tips, tricks, and pitfalls to READMEfe188f4
Add an option to auto regenerate baseline (#202)7282eb6
👌 Add pre-commit-hook to run pydoclint via flake8 (#200)4021d8d
Throw DOC001 when docstring sections can't be parsed (numpy style) (#199)Updates
mkdocs-material
from 9.5.49 to 9.6.2Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
1648d56
Prepare 9.6.2 releasecf46186
Fixed side effect of scope on outdated banner (#7959)26a32ea
Documentation (#7957)66f1fc6
Added demo repository badge (#7915)2c52fa2
Fixed word breaks for excessively long words454af62
Prepare 9.6.1 release2d147c7
Fixed crashing tags plugin34dc4fe
Updated Premium sponsors8edc6f8
Updated Premium sponsors0be1d6b
DocumentationUpdates
mkdocstrings[python]
from 0.27.0 to 0.28.0Release notes
Sourced from mkdocstrings[python]'s releases.
... (truncated)
Changelog
Sourced from mkdocstrings[python]'s changelog.
... (truncated)
Commits
6ef1412
chore: Prepare release 0.28.0936275e
Merge branch 'main' of github.com:mkdocstrings/mkdocstrings3cf7d51
fix: Update handlers in JSON schema to be an object instead of an arrayf3ecf58
chore: Ignore autorefs fallback deprecation warning9618e17
docs: Mention mkdocs-api-autonav in recipe52ea2f2
ci: Upgrade dev-deps to prevent warnings in tests8c476ee
refactor: Passconfig_file_path
toget_handler
if it expects it053ef23
Merge branch 'main' of github.com:mkdocstrings/mkdocstrings48625a2
chore: Fix inventory loading error log message060e437
docs: Fix link to arithmatex docs in Material for MkDocsDependabot 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