chore(deps): bump the python-dependencies group across 1 directory with 6 updates - #10
chore(deps): bump the python-dependencies group across 1 directory with 6 updates#10dependabot[bot] wants to merge 1 commit into
Conversation
…th 6 updates Updates the requirements on [pygls](https://github.com/openlawlibrary/pygls), [pyflakes](https://github.com/PyCQA/pyflakes), [jedi](https://github.com/davidhalter/jedi), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pygls` to 2.1.1 - [Release notes](https://github.com/openlawlibrary/pygls/releases) - [Changelog](https://github.com/openlawlibrary/pygls/blob/main/CHANGELOG.md) - [Commits](openlawlibrary/pygls@v1.3.0...v2.1.1) Updates `pyflakes` to 3.4.0 - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](PyCQA/pyflakes@3.2.0...3.4.0) Updates `jedi` to 0.20.0 - [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst) - [Commits](davidhalter/jedi@v0.19.0...v0.20.0) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.0...9.1.1) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v7.1.0) Updates `ruff` to 0.16.0 - [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.6.0...0.16.0) --- updated-dependencies: - dependency-name: jedi dependency-version: 0.20.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pyflakes dependency-version: 3.4.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pygls dependency-version: 2.1.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
c83ccd3 to
500a3c6
Compare
|
Closing: this group fails the entire Python matrix (3.10–3.13) because it raises pygls from pygls 2.x is a major release with breaking API changes, and A pygls 2.x migration is worth doing deliberately: port the server, run the suite, and bump on its own. Bundled with three other widenings behind a red matrix, there is nothing to review. |
|
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 |
Updates the requirements on pygls, pyflakes, jedi, pytest, pytest-cov and ruff to permit the latest version.
Updates
pyglsto 2.1.1Release notes
Sourced from pygls's releases.
Changelog
Sourced from pygls's changelog.
... (truncated)
Commits
4119a79build(deps): v2.1.1dc349eafeat(ServerTextRange): add utility functions for overlap and inclusionec2ee19feat(ServerTextPosition): implement comparison operators8c13d11chore: update CONTRIBUTORS.mde440628chore: update CHANGELOG.mda1a2ae6build(deps): release v2.1.0 and upgrade dev deps0307fafbuild(deps): bump the pip group across 2 directories with 1 update1b15e0adocs: add Galaxy Language Server to Implementations.md and v2 migration examples42f5fa3chore: regenerate capability overloadsf0b8d2astyle: ensure None sorts lastUpdates
pyflakesto 3.4.0Changelog
Sourced from pyflakes's changelog.
... (truncated)
Commits
59ec459Release 3.4.0e5d4ba1updates for python 3.14 (#842)78ee531Release 3.3.29228d60global / nonlocal can also appear in class bodies (#836)2441e9cRelease 3.3.187051d2Allow an assignment expression to redefine an annotation (#831)433dfd0Release 3.3.0bb68069update python version in README (#827)cadcd60add warning for unused global / nonlocal names (#825)5f1f434drop 3.8, add 3.13 (#826)Updates
jedito 0.20.0Changelog
Sourced from jedi's changelog.
... (truncated)
Commits
3102215Move the type parameter syntax tests so that it works for all versions1b37f2ePrepare for the 0.20.0 release8e4df5cMake sure the new generic syntax does not fail with latest parso4c9dbccMerge pull request #2098 from davidhalter/updatesfedb1a5Fix 3.10 tests in one more case87e782fFix flake8cd52d98Fixes to get the tests passing for 3.10d0b1180Finally make tests work for 3.148520a99Implement support for TypeVar inference for new55e5f0cImplement new-style unions with TypeVarsUpdates
pytestto 9.1.1Release notes
Sourced from pytest's releases.
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
pytest-covto 7.1.0Changelog
Sourced from pytest-cov's changelog.
... (truncated)
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...Updates
ruffto 0.16.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a2635fdBump 0.16.0 (#27136)3433449[ty] Reuse full call diagnostics for implicit setter calls (#27115)2240070Reflectruff: ignoreand--add-ignorestabilization in documentation (#27...17ef711Stabilize--add-ignore(#27125)ef912bbAdd newly stabilized rules to defaults (#27055)b30f040Stabilize new default rules (#27035)bcd70c5Exclude Markdown files fromformat-devruns (#27052)87e51e2Fixformat --checkspans for syntax errors (#27045)afe2723[flake8-gettext] Stabilize qualified-name and built-in binding resolution (...a9702d8[flake8-bandit] Stabilize string literal binding resolution (S310) (#26944)