-
Notifications
You must be signed in to change notification settings - Fork 9
Bump the minor group with 5 updates #415
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
Closed
Closed
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 minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.8` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.7.0.20250322` | `3.8.0.20250415` | | [nox](https://github.com/wntrblm/nox) | `2025.2.9` | `2025.5.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.130.12` | `6.131.9` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.2.0` | `8.3.1` | Updates `markdown` from 3.7 to 3.8 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.7...3.8) Updates `types-markdown` from 3.7.0.20250322 to 3.8.0.20250415 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `nox` from 2025.2.9 to 2025.5.1 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.02.09...2025.05.01) Updates `hypothesis` from 6.130.12 to 6.131.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.130.12...hypothesis-python-6.131.9) Updates `setuptools-scm[toml]` from 8.2.0 to 8.3.1 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.2.0...v8.3.1) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.8.0.20250415 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.131.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
llucax
approved these changes
May 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved via dependabot-automerge.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
|
@dependabot rebase |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
part:tooling
Affects the development tooling (CI, deployment, dependency management, etc.)
type:tech-debt
Improves the project without visible changes for users
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 minor group with 5 updates:
3.73.83.7.0.202503223.8.0.202504152025.2.92025.5.16.130.126.131.98.2.08.3.1Updates
markdownfrom 3.7 to 3.8Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
b34e1d0Bump version to 3.8e6b7163Update deploy workflow to normalize versionbd67d48Improve changelog validatione912575Fix incorrect TOC list structure in docs42d4b43Fix CI badge in README1caf028Optimize raw HTML post-processor (#1510)f6cfc5cUse PEP 639 license expressions in project metadata9c6e39aAdd Python 3.13 and drop Python 3.87aae61bAdd special case for closing nested quotes0ad5b0aAbbr should respect AtomicStringsUpdates
types-markdownfrom 3.7.0.20250322 to 3.8.0.20250415Commits
Updates
noxfrom 2025.2.9 to 2025.5.1Release notes
Sourced from nox's releases.
Changelog
Sourced from nox's changelog.
... (truncated)
Commits
2254a1echore: bump version to 2025.05.01 (#960)e0b5e33fix: conda_install issue with newer conda (#957)a58fe60fix: support forcing Python on parametrized session (#958)aa475d6fix: add UV_PYTHON to disallowed vars (#959)1acbb4echore: use PEP 639 license (#956)7219be7chore(deps): bump astral-sh/setup-uv from 5 to 6 in the actions group (#952)b943f95fix: uv version is now uv self version, support UV (#955)1d52c8fNever ignore URL dependencies in PEP 723 noxfiles (#935)4e7f644feat: show skip reason by default (#941)70df6abfix: use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions (#946)Updates
hypothesisfrom 6.130.12 to 6.131.9Release notes
Sourced from hypothesis's releases.
... (truncated)
Commits
0c6ac59Bump hypothesis-python version to 6.131.9 and update changelogb9586ffMerge pull request #4376 from tybug/fix-bytes-warning14b6538use union instead of piped2ad376fix bytes warning4e788f7Merge pull request #4374 from tybug/next814ead9retitle2108abbadd missing support.html redirectf555283move testimonials to usage.html485b802move compatibility to "about hypothesis"b0a1ee6add redirect for test-statisticsUpdates
setuptools-scm[toml]from 8.2.0 to 8.3.1Release notes
Sourced from setuptools-scm[toml]'s releases.
Changelog
Sourced from setuptools-scm[toml]'s changelog.
Commits
b6a2022Merge pull request #1132 from RonnyPfannschmidt/self-build-no-importlib15dca67fix #1131: allow self-build without importlib_metadatacd5c8a0Merge pull request #1130 from RonnyPfannschmidt/fix-1013-importlib-dedup0a07be8changelog1f7abea[pre-commit.ci] pre-commit autoupdate (#1129)e79a57amigrate to selectable entrypoints9fcaffaremove setuptools pin again - needs a breaking releasefc2d841use importlib_metadata on python <3.101bd767dFixed typo (#1128)bce5cfc[pre-commit.ci] pre-commit autoupdate (#1126)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 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