-
Notifications
You must be signed in to change notification settings - Fork 9
Bump the required group with 8 updates #330
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
Conversation
Bumps the required group with 8 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.2.0` | `1.3.7` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.39` | `9.5.43` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.1` | `0.26.2` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.11.1` | `1.12.2` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [nox](https://github.com/wntrblm/nox) | `2024.4.15` | `2024.10.9` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.112.2` | `6.116.0` | Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.0...24.10.0) Updates `mkdocs-macros-plugin` from 1.2.0 to 1.3.7 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.2.0...v1.3.7) Updates `mkdocs-material` from 9.5.39 to 9.5.43 - [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.39...9.5.43) Updates `mkdocstrings[python]` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.1...0.26.2) Updates `mkdocstrings-python` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.11.1...1.12.2) Updates `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.13.0) Updates `nox` from 2024.4.15 to 2024.10.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.04.15...2024.10.09) Updates `hypothesis` from 6.112.2 to 6.116.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.112.2...hypothesis-python-6.116.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-macros-plugin 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-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
f88d67e to
893517b
Compare
|
Test are failing because of failures in tests using hypothesis. I guess something changed with hypothesis. |
|
Tests seem to be fine? |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
|
Maybe it was a regression in hypothesis and they fixed it? @dependabot rebase |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the required group with 8 updates:
24.8.024.10.01.2.01.3.79.5.399.5.430.26.10.26.21.11.11.12.21.11.21.13.02024.4.152024.10.96.112.26.116.0Updates
blackfrom 24.8.0 to 24.10.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
1b2427aPrepare release 24.10.0 (#4471)a22b1ebAdd mypyc 3.13 wheel build (#4449)b7d0e72Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df...f1a2f92Include --unstable in cache key (#4466)8d9d18cFix skipping Jupyter cells with unknown %% magic (#4462)bbfdba3Fix docs CI: use venv for uv to fix 'failed to create directory' (#4460)8fb2addUse builtin generics (#4458)2a45cecFix crashes with comments in parentheses (#4453)b4d6d86Drop Python 3.8 support (#4452)ac018c1Require newer aiohttp for blackd (#4451)Updates
mkdocs-macros-pluginfrom 1.2.0 to 1.3.7Changelog
Sourced from mkdocs-macros-plugin's changelog.
Commits
b906a36Bump version number5641806Fixed incompatibility with d2 module (#249)3a73707Migrate to pyproject.toml99733beDemote info messages as debug (#248)6a9a0e4Bump version number, for distribution (should solve #247)32cd528Test the hooks for external registration (#237)16be58dMigrate all tests toward the mkdocs-test framework (#244)59f82dbReplacing local implementation of SuperDict by super-collections version38b9681Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into mastereebbbd1Merge pull request #246 from dwreeves/add-pathspec-as-dependencyUpdates
mkdocs-materialfrom 9.5.39 to 9.5.43Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
8a60b49Prepare 9.5.43 releasef82a345Documentation4918a10Added support for quoted external CSS URLs in privacy plugin (#7651)7dc96f1Added support for downloading external images in SVG for privacy plugin (#7650)1357cd2Updated dependencies198a680Documentation (#7633)9aebe14Updated dependenciesf3a390ePrepare 9.5.42 releaseade227cUpdated README.md (#7631)cc1508fFixed encoding of boolean attributes in privacy pluginUpdates
mkdocstrings[python]from 0.26.1 to 0.26.2Release notes
Sourced from mkdocstrings[python]'s releases.
Changelog
Sourced from mkdocstrings[python]'s changelog.
Commits
bcdfc70chore: Prepare release 0.26.2f26edebbuild: Drop support for Python 3.8b383527chore: Template upgrade7f35f56docs: Remove sponsors only mention for mkdocstrings-shellUpdates
mkdocstrings-pythonfrom 1.11.1 to 1.12.2Release notes
Sourced from mkdocstrings-python's releases.
Changelog
Sourced from mkdocstrings-python's changelog.
Commits
1b064a0chore: Prepare release 1.12.273f11dcfix: Always render cross-references outside of signaturese6b7542chore: Prepare release 1.12.19dee4d4fix: Don't escape parameter default valuese455022chore: Prepare release 1.12.0701ba60docs: Various documentation updates7f9757dfeat: Auto-summary of members0f2c25cfeat: Render function overloads0176b83feat: Parameter headings, more automatic cross-referencesb461d14Merge branch 'main' of github.com:mkdocstrings/pythonUpdates
mypyfrom 1.11.2 to 1.13.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
eb31034Bump version to 1.13.02eeb588Update changelog for 1.12.1 (#17999)bc0386bChangelog for 1.13 (#18000)5c4d2dbAdd faster-cache extra, test in CI (#17978)854ad18Make is_sub_path faster (#17962)50aa4caSpeed up stubs suggestions (#17965)7c27808Use orjson instead of json, when available (#17955)2cd2406Use fast path in modulefinder more often (#17950)e20aaeeLet mypyc optimise os.path.join (#17949)159974cUse sha1 for hashing (#17953)Updates
noxfrom 2024.4.15 to 2024.10.9Release notes
Sourced from nox's releases.
Changelog
Sourced from nox's changelog.
... (truncated)
Commits
1199ab3Release 2024.10.096f295dadocs: add uv sync example (#864)57825e8docs: note about uv reinstall (#863)57a65d8docs: clean up dev recipe (#862)40d6b49feat: install_and_run_script (PEP 721) (#847)9058e72fix: remove add_timestamp from noxfile.options (#856)19655f4chore: PyPy no longer supports 3.9 (#858)1806181ci: use astral-sh's setup-uv (#859)d7072e3chore: include 3.13 in classifiers (#851)a49c730feat: support for uv-installed pythons (#842)Updates
hypothesisfrom 6.112.2 to 6.116.0Release notes
Sourced from hypothesis's releases.
Commits
d16b183Bump hypothesis-python version to 6.116.0 and update changelog4a702a9Merge pull request #4152 from HypothesisWorks/DRMacIver/ci-config13c3785Default to CI-appropriate settings when running on CI8d88e01Bump hypothesis-python version to 6.115.6 and update changelog3c128e7Merge pull request #4150 from tybug/fix-deploy-docs3b088c0simplify4b9d34eproper bearer token format9880b85only build changes.rst when parsing changelog21502baMerge pull request #4148 from HypothesisWorks/DRMacIver/use-provided-pretty558db3cAlways use a repr_pretty if providedDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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