Bump the minor-and-patch group across 1 directory with 6 updates - #1409
Merged
Conversation
Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pip](https://github.com/pypa/pip) | `26.1.2` | `26.2` | | [tqdm](https://github.com/tqdm/tqdm) | `4.68.4` | `4.70.0` | | [traitlets](https://github.com/ipython/traitlets) | `5.15.1` | `5.16.1` | | [cython](https://github.com/cython/cython) | `3.2.8` | `3.2.9` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.22` | `0.16.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.2` | `7.15.3` | Updates `pip` from 26.1.2 to 26.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@26.1.2...26.2) Updates `tqdm` from 4.68.4 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.68.4...v4.70.0) Updates `traitlets` from 5.15.1 to 5.16.1 - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](ipython/traitlets@v5.15.1...v5.16.1) Updates `cython` from 3.2.8 to 3.2.9 - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@3.2.8...3.2.9) Updates `ruff` from 0.15.22 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.22...0.16.1) Updates `coverage` from 7.15.2 to 7.15.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.2...7.15.3) --- updated-dependencies: - dependency-name: pip dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: traitlets dependency-version: 5.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: cython dependency-version: 3.2.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: coverage dependency-version: 7.15.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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
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 minor-and-patch group with 6 updates in the / directory:
26.1.226.24.68.44.70.05.15.15.16.13.2.83.2.90.15.220.16.17.15.27.15.3Updates
pipfrom 26.1.2 to 26.2Changelog
Sourced from pip's changelog.
... (truncated)
Commits
4b6ae5cBump for release50b6d3cUpdate AUTHORS.txtdbddfbdTweak news entries for pip 26.2 (#14212)6576b75Merge pull request #14165 from sbidoul/refactor-pylock-hanling-sbi0090e00Address a variety of typos detected in code reviewe12ddd9Add support for --uploaded-prior-to with -r pylock.toml5eefdbcBetter conflict report for requirements from -r pylock.toml6d71ff8Test --only-final with -r pylock.tomle7d6eb9Refactor -r pylock.toml756506dAdd TODO about pylock.select and --no-binaryUpdates
tqdmfrom 4.68.4 to 4.70.0Release notes
Sourced from tqdm's releases.
Commits
96f2e60Merge pull request #1777 from shermansiu/feat/interpreter-poolc27393emisc tidy061c623Disabletqdm.monitor_intervalfor subinterpreters because they do not have ...9fc160bUpdate how we check forinterpreter_mapsupport in the testsb42463aEnsure that subinterpreters can import tqdm while unpickling the initializer16d5486Add support for nested progress bars9f5890fAdd initial implementation for interpreter_map321f920Merge pull request #1783 from LuShadowX/reset-inf-total4664b57minor tidy426a098Treat inf total as unknown in reset() tooUpdates
traitletsfrom 5.15.1 to 5.16.1Release notes
Sourced from traitlets's releases.
... (truncated)
Changelog
Sourced from traitlets's changelog.
... (truncated)
Commits
7beeb10Publish 5.16.10f8dba1Re-add _merge to un-break spyder temporarily.dfad195Publish 5.16.06317a44Rename 'tips' to 'best practices'09ff15bstyle: pre-commit fixes5d2c345Add a document of 'tips' on designing with traitletsa531a13ci: speed up test workflow setup9b58514ci: skip node install in base-setup for pure-Python workflows5ce02c7Remove enforce-label workflow6ce8877Remove hatch --lf fallback that could mask test failuresUpdates
cythonfrom 3.2.8 to 3.2.9Changelog
Sourced from cython's changelog.
Commits
58b8e6aPrepare release of 3.2.9.211b66aUpdate changelog.4815016Fix a few Py_LIMITED_API comparsions (GH-7845)6f3225eDisable type subscripting tests in Py3.8.92cfd8bDisable Py3.9+ code in Py3.8.be32acfUpdate changelog.be4a966Add special case for indexingtype(GH-7810)4052f59[3.2.x] Update OS version for 3.2.x docs (#7814)299791c[3.2.x] [Bug] Fix __Pyx_ArgsSlice_FASTCALL when CYTHON_VECTORCALL is disabled...086398dUpdate changelog.Updates
rufffrom 0.15.22 to 0.16.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
80790b3Bump 0.16.1 (#27330)63830f3[ty] Borrow from constraint set storage less often (#27328)f40dca9[ty] Preserve forwarded expanded-variadic diagnostic sources (#27266)0d80497Lint TOML files in the LSP (#26862)d91586bUpdate prek dependencies (#27293)7da4b8b[ty] Respect bounds and constraints in generic materializations (#27228)b20daf7[ty] refactor: add helper function to send partial results (#27249)4d4c8fa[ty] Emit diagnostic when specializing a non-generic class (#26883)7c3e2db[ty] Fix enum class container assignability (#27318)d5ef97f[flake8-return] Fix false positive when variable is read infinallyclaus...Updates
coveragefrom 7.15.2 to 7.15.3Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
Commits
b7470d9docs: sample HTML for 7.15.327e6e80docs: prep for 7.15.3396dbbbbuild: include NOTICE in wheels (#2232)54dde05chore: bump the action-dependencies group with 7 updates (#2248)c83a0e0perf: skip AST parsing without soft keywords (#2240)a57f981refactor: fix some uncovered lines0252c34refactor: move numbits aggregate to numbits1c4184cdocs: maintainer workflowe8a1c87perf: speed up SQLite numbits aggregation (#2239)18c2a59test: conditional use of HypothesisDependabot 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 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