build(deps): bump the minor group across 1 directory with 8 updates#400
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps): bump the minor group across 1 directory with 8 updates#400dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the minor group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` | | [componentize-py](https://github.com/bytecodealliance/componentize-py) | `0.17.2` | `0.19.3` | | [typer](https://github.com/fastapi/typer) | `0.15.4` | `0.20.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.10` | `0.14.7` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.5.0` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.6.11` | `0.8.3` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.406` | `1.1.407` | Updates `python-dotenv` from 1.1.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1) Updates `componentize-py` from 0.17.2 to 0.19.3 - [Release notes](https://github.com/bytecodealliance/componentize-py/releases) - [Commits](https://github.com/bytecodealliance/componentize-py/commits) Updates `typer` from 0.15.4 to 0.20.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.15.4...0.20.0) Updates `ruff` from 0.9.10 to 0.14.7 - [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.9.10...0.14.7) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `pre-commit` from 4.3.0 to 4.5.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.3.0...v4.5.0) Updates `pydoclint` from 0.6.11 to 0.8.3 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.6.11...0.8.3) Updates `pyright` from 1.1.406 to 1.1.407 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.406...v1.1.407) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: componentize-py dependency-version: 0.19.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: typer dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pydoclint dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pyright dependency-version: 1.1.407 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 group with 8 updates in the / directory:
1.1.11.2.10.17.20.19.30.15.40.20.00.9.100.14.71.18.21.19.04.3.04.5.00.6.110.8.31.1.4061.1.407Updates
python-dotenvfrom 1.1.1 to 1.2.1Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
eaf2a91Do not remove .coverage file8716196Bump version: 1.2.0 → 1.2.1b87807fUpdate changelog3af77d3Support reading .env from FIFOs (Unix) (#586)467ee22Fix test failures after moving config to pyproject.toml76999e7Move more config pyproject.toml222ce2cUpdate to use trusted publisher on pypi8ed4f79Update docs requirements5bf8822Bump version: 1.1.1 → 1.2.01fe11ccupadate changelogUpdates
componentize-pyfrom 0.17.2 to 0.19.3Commits
Updates
typerfrom 0.15.4 to 0.20.0Release notes
Sourced from typer's releases.
... (truncated)
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
1b74bfe🔖 Release version 0.20.0e9ee0e7📝 Update release notesf6718b8✨ Enable command suggestions on typo by default (#1371)ffbaed5📝 Update release notes9e4764d⬆️ Add support for Python 3.14 (#1372)a06eb77📝 Update release notes6cd1a9e👷 Add nightly workflow to run tests against CPython main branch (#1374)9f38ada📝 Update release notese0ca377⬆ Bump mkdocs-material from 9.6.21 to 9.6.22 (#1377)dc2fd89📝 Update release notesUpdates
rufffrom 0.9.10 to 0.14.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
ecab623Bump 0.14.7 (#21684)42f1521[ty] Generic types aliases (implicit and PEP 613) (#21553)594b7b0[ty] Preserve quoting style when autofixingTypedDictkeys (#21682)b5b4917[ty] Fix override of final method summary (#21681)0084e94[ty] Fix subtyping oftype[Any]/type[T]and protocols (#21678)566c959[ty] RenameReferenceRequestHandlerfile (#21680)8bcfc19[ty] Implementtyping.finalfor methods (#21646)c534bfa[ty] Implement patterns and typevars in the LSP (#21671)5e1b2ee[ty] implement rendering of.. code:: langin docstrings (#21665)98681b9[ty] Adddbparameter toParameters::newmethod (#21674)Updates
mypyfrom 1.18.2 to 1.19.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
0f068c9Remove +dev6d5cf52Various updates to 1.19 changelog (#20304)3c81308Add draft version of 1.19 release notes (#20296)1999a20[mypyc] librt base64: use existing SIMD CPU dispatch by customizing build fla...1b94fbb[mypyc] Fix vtable pointer with inherited dunder new (#20302)13369cb[mypyc] Fix crash on super in generator (#20291)a087a58Update import map when new modules added (#20271)35e843c[mypyc] Add efficient librt.base64.b64decode (#20263)094f66d[mypyc] Add repr to AssignmentTarget subclasses (#20258)0738db3Do not push partial types to the binder (#20202)Updates
pre-commitfrom 4.3.0 to 4.5.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
1af6c8fv4.5.03358a3bMerge pull request #3585 from pre-commit/hazmatbdf6879add pre-commit hazmate436690Merge pull request #3584 from pre-commit/exitstack8d34f95use ExitStack instead of start + stop9c7ea88Merge pull request #3583 from pre-commit/forward-compat-map-manifest844daccadd forward-compat error message6a1d543Merge pull request #3582 from pre-commit/move-gc-back66278a9move logic for gc back to commands.gc1b32c50Merge pull request #3579 from pre-commit/pre-commit-ci-update-configUpdates
pydoclintfrom 0.6.11 to 0.8.3Release notes
Sourced from pydoclint's releases.
... (truncated)
Changelog
Sourced from pydoclint's changelog.
... (truncated)
Commits
98bb10cAdd config option to allow omitting stars in varargs (#277)c37407dFix baseline renegeration bug (#276)3386cd2Fix baseline renegeration bug (#275)8c10818Fix how multiple init() are recognized (#273)51435e3Add ability to partially match violation codes (#272)e361239Change logic to detect docstring style mismatch (#271)bf4c402Add hyperlinka758527Update --check-style-mismatch explanations in config_options.mde8ffd89Add inline violation suppression for native mode (#270)0a9ad0cRefresh linters & formatters (#269)Updates
pyrightfrom 1.1.406 to 1.1.407Commits
53e8efbPyright NPM Package update to 1.1.407 (#356)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