Skip to content
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

Bump the actions group with 6 updates #342

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the actions group with 6 updates:

Package From To
scipy-stubs 1.14.1.2 1.14.1.3
hypothesis 6.116.0 6.118.7
basedpyright 1.20.0 1.21.0
ruff 0.7.2 0.7.3
mkdocs-material 9.5.43 9.5.44
mkdocstrings 0.26.2 0.27.0

Updates scipy-stubs from 1.14.1.2 to 1.14.1.3

Release notes

Sourced from scipy-stubs's releases.

v1.14.1.3

Highlights

Resolved issues

  • #134 - specializing scipy.optimize.OptimizeResult
  • #154 - select_range params in scipy.linalg._decomp can only be int{16,32,64} if select="i"
  • #155 - sync integrate._typing.QuadOpts with the kwargs of integrate.quad
  • #158 - scipy.spatial signature of [c]KDTree.query does not match docs
  • #159 - scipy.signal.find_peaks returned dictionary type is missing the 'widths' key
  • #163 - Wrong return type for scipy.fft.next_fast_len
  • #168 - scipy.stats.qmc.scale does not accept numpy array with typed shape as input when type checked with pyright

Merged PR's

... (truncated)

Commits
  • 3342729 scipy-stubs 1.14.1.3
  • e01c558 Merge pull request #172 from jorenham/fix-168
  • e27f9a0 cleaner typing in scipy.stats.qmc
  • 1eacdc0 fix incorrectly rejected ndarray args in scipy.stats.qmc
  • 7f5eb48 Merge pull request #171 from jorenham/maintenance/basedpyright-1.21.0
  • c7fbf1c bump basedpyright to 1.21.0
  • 039f4a8 Merge pull request #170 from jorenham/maintenance/ruff-0.7.3
  • 6006043 bump ruff to 0.7.3
  • ab3acb9 Merge pull request #167 from jorenham/fix-134
  • f19e372 simplify and improve scipy.optimize.{_typing, _minimize}
  • Additional commits viewable in compare view

Updates hypothesis from 6.116.0 to 6.118.7

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.118.7

This patch removes some "# type: ignore" comments following a mypy update.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.6

When Hypothesis replays examples from its test database that it knows were previously fully shrunk it will no longer try to shrink them again.

This should significantly speed up development workflows for slow tests, as the shrinking could contribute a significant delay when rerunning the tests.

In some rare cases this may cause minor reductions in example quality. This was considered an acceptable tradeoff for the improved test runtime.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.5

This patch avoids computing some string representations we won't need, giving a small speedup (part of issue #4139).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.4

This patch migrates the optimisation algorithm for targeted property- based testing to our IR layer (issue #3921). This should result in moderately different (and hopefully improved) exploration behavior in tests which use "hypothesis.target()".

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.3

This patch adds more type hints to internal Hypothesis code.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.2

This patch migrates the "explain" phase to our IR layer (issue #3921). This should improve both its speed and precision.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.1

This patch updates some internals around how we determine an input is too large to finish generating.

... (truncated)

Commits
  • 0658877 Bump hypothesis-python version to 6.118.7 and update changelog
  • a34dad0 Merge pull request #4168 from HypothesisWorks/create-pull-request/patch
  • 24abdca add timezone docs
  • 545b81d remove type ignore
  • 2c7af0c Update pinned dependencies
  • 32220d9 bump workflow
  • bf6c505 Bump hypothesis-python version to 6.118.6 and update changelog
  • 44dcc45 Merge pull request #4155 from HypothesisWorks/DRMacIver/no-shrink-on-replay
  • 67b842e Bump hypothesis-python version to 6.118.5 and update changelog
  • 8aa9abf Merge pull request #4165 from Zac-HD/small-fixes
  • Additional commits viewable in compare view

Updates basedpyright from 1.20.0 to 1.21.0

Commits
  • 84fbb74 1.21.0
  • de1267e remove now-redundant check for valid python identifiers in completions now th...
  • c83ffea Merge tag 'refs/tags/1.1.388' into merge-1.1.388
  • 0e5eb7a Published 1.1.388
  • d0bc751 Removed recent check for illegal identifiers used in alias for `dataclass_t...
  • ae9160e Added check for __slots__ initialization when the __slots__ list is empty...
  • a162d08 fix inlay hints appearing on super() calls
  • 6fb940a Fixed bug that results in incorrect evaluation of class variables assigned in...
  • 7032aa3 simplify hint diagnostics into a single separate diagnostic category and repo...
  • 3d9c95f Fixed bug that results in false positive under certain circumstances involvin...
  • Additional commits viewable in compare view

Updates ruff from 0.7.2 to 0.7.3

Release notes

Sourced from ruff's releases.

0.7.3

Release Notes

Preview features

  • Formatter: Disallow single-line implicit concatenated strings (#13928)
  • [flake8-pyi] Include all Python file types for PYI006 and PYI066 (#14059)
  • [flake8-simplify] Implement split-of-static-string (SIM905) (#14008)
  • [refurb] Implement subclass-builtin (FURB189) (#14105)
  • [ruff] Improve diagnostic messages and docs (RUF031, RUF032, RUF034) (#14068)

Rule changes

  • Detect items that hash to same value in duplicate sets (B033, PLC0208) (#14064)
  • [eradicate] Better detection of IntelliJ language injection comments (ERA001) (#14094)
  • [flake8-pyi] Add autofix for docstring-in-stub (PYI021) (#14150)
  • [flake8-pyi] Update duplicate-literal-member (PYI062) to alawys provide an autofix (#14188)
  • [pyflakes] Detect items that hash to same value in duplicate dictionaries (F601) (#14065)
  • [ruff] Fix false positive for decorators (RUF028) (#14061)

Bug fixes

  • Avoid parsing joint rule codes as distinct codes in # noqa (#12809)
  • [eradicate] ignore # language= in commented-out-code rule (ERA001) (#14069)
  • [flake8-bugbear] - do not run mutable-argument-default on stubs (B006) (#14058)
  • [flake8-builtins] Skip lambda expressions in builtin-argument-shadowing (A002) (#14144)
  • [flake8-comprehension] Also remove trailing comma while fixing C409 and C419 (#14097)
  • [flake8-simplify] Allow open without context manager in return statement (SIM115) (#14066)
  • [pylint] Respect hash-equivalent literals in iteration-over-set (PLC0208) (#14063)
  • [pylint] Update known dunder methods for Python 3.13 (PLW3201) (#14146)
  • [pyupgrade] - ignore kwarg unpacking for UP044 (#14053)
  • [refurb] Parse more exotic decimal strings in verbose-decimal-constructor (FURB157) (#14098)

Documentation

  • Add links to missing related options within rule documentations (#13971)
  • Add rule short code to mkdocs tags to allow searching via rule codes (#14040)

Install ruff 0.7.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.7.3

Preview features

  • Formatter: Disallow single-line implicit concatenated strings (#13928)
  • [flake8-pyi] Include all Python file types for PYI006 and PYI066 (#14059)
  • [flake8-simplify] Implement split-of-static-string (SIM905) (#14008)
  • [refurb] Implement subclass-builtin (FURB189) (#14105)
  • [ruff] Improve diagnostic messages and docs (RUF031, RUF032, RUF034) (#14068)

Rule changes

  • Detect items that hash to same value in duplicate sets (B033, PLC0208) (#14064)
  • [eradicate] Better detection of IntelliJ language injection comments (ERA001) (#14094)
  • [flake8-pyi] Add autofix for docstring-in-stub (PYI021) (#14150)
  • [flake8-pyi] Update duplicate-literal-member (PYI062) to alawys provide an autofix (#14188)
  • [pyflakes] Detect items that hash to same value in duplicate dictionaries (F601) (#14065)
  • [ruff] Fix false positive for decorators (RUF028) (#14061)

Bug fixes

  • Avoid parsing joint rule codes as distinct codes in # noqa (#12809)
  • [eradicate] ignore # language= in commented-out-code rule (ERA001) (#14069)
  • [flake8-bugbear] - do not run mutable-argument-default on stubs (B006) (#14058)
  • [flake8-builtins] Skip lambda expressions in builtin-argument-shadowing (A002) (#14144)
  • [flake8-comprehension] Also remove trailing comma while fixing C409 and C419 (#14097)
  • [flake8-simplify] Allow open without context manager in return statement (SIM115) (#14066)
  • [pylint] Respect hash-equivalent literals in iteration-over-set (PLC0208) (#14063)
  • [pylint] Update known dunder methods for Python 3.13 (PLW3201) (#14146)
  • [pyupgrade] - ignore kwarg unpacking for UP044 (#14053)
  • [refurb] Parse more exotic decimal strings in verbose-decimal-constructor (FURB157) (#14098)

Documentation

  • Add links to missing related options within rule documentations (#13971)
  • Add rule short code to mkdocs tags to allow searching via rule codes (#14040)
Commits
  • fbf140a Bump version to 0.7.3 (#14197)
  • 670f958 [red-knot] Fix intersection simplification for ~Any/~Unknown (#14195)
  • fed35a2 [red-knot] Fix is_assignable_to for unions (#14196)
  • d1ef418 Docs: tweak rules documentation (#14180)
  • 272d24b [flake8-pyi] Add a fix for duplicate-literal-member (#14188)
  • 2624249 [red-knot] Minor: fix Literal[True] <: int (#14177)
  • 4b08d17 [red-knot] Add a new Type::KnownInstanceType variant (#14155)
  • 5b6169b [red-knot] Minor fix in intersection type comment (#14176)
  • 2040e93 [flake8-logging-format] Fix invalid formatting value in docs of `logging-ex...
  • 794eb88 [flake8-bandit] Typo in docs suspicious-pickle-import (S403) (#14175)
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.5.43 to 9.5.44

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.44

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

Thanks go to @​nejch for their contributions.

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.44 (2024-11-05)

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

mkdocs-material-9.5.43 (2024-10-31)

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

mkdocs-material-9.5.42 (2024-10-20)

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41 (2024-10-15)

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40 (2024-10-10)

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)

  • Fixed #7567: Empty headlines when using typeset plugin with anchorlinks

mkdocs-material-9.5.39 (2024-09-29)

  • Fixed #7226: not staying on page when using mike's canonical versioning

mkdocs-material-9.5.38 (2024-09-26)

  • Added Albanian translations

mkdocs-material-9.5.37 (2024-09-25)

  • Added 4th and 5th level ordered list styles
  • Fixed #7548: Tags have no spacing in search

mkdocs-material-9.5.36 (2024-09-21)

  • Fixed #7544: Social cards incorrectly rendering HTML entities
  • Fixed #7542: Improved support for setting custom list styles

mkdocs-material-9.5.35 (2024-09-18)

  • Fixed #7498: Search not showing for Vietnamese language

... (truncated)

Commits

Updates mkdocstrings from 0.26.2 to 0.27.0

Release notes

Sourced from mkdocstrings's releases.

0.27.0

0.27.0 - 2024-11-08

Compare with 0.26.2

Features

Performance Improvements

  • Reduce footprint of template debug messages (5648e5a by Timothée Mazzucotelli).

Code Refactoring

  • Use %-formatting for logging messages (0bbb8ca by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings's changelog.

0.27.0 - 2024-11-08

Compare with 0.26.2

Features

Performance Improvements

  • Reduce footprint of template debug messages (5648e5a by Timothée Mazzucotelli).

Code Refactoring

  • Use %-formatting for logging messages (0bbb8ca by Timothée Mazzucotelli).
Commits
  • e0af800 chore: Prepare release 0.27.0
  • 5648e5a perf: Reduce footprint of template debug messages
  • 0bbb8ca refactor: Use %-formatting for logging messages
  • 1c23c1b feat: Add support for authentication in inventory file URLs
  • abc5acd Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
  • 31b3b37 chore: Template upgrade
  • e732aaa docs: Update contributing document to include tag pulling instructions
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [scipy-stubs](https://github.com/jorenham/scipy-stubs) | `1.14.1.2` | `1.14.1.3` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.116.0` | `6.118.7` |
| [basedpyright](https://github.com/detachhead/basedpyright) | `1.20.0` | `1.21.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.7.3` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.44` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` |


Updates `scipy-stubs` from 1.14.1.2 to 1.14.1.3
- [Release notes](https://github.com/jorenham/scipy-stubs/releases)
- [Commits](jorenham/scipy-stubs@v1.14.1.2...v1.14.1.3)

Updates `hypothesis` from 6.116.0 to 6.118.7
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.116.0...hypothesis-python-6.118.7)

Updates `basedpyright` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](DetachHead/basedpyright@v1.20.0...v1.21.0)

Updates `ruff` from 0.7.2 to 0.7.3
- [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.7.2...0.7.3)

Updates `mkdocs-material` from 9.5.43 to 9.5.44
- [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.43...9.5.44)

Updates `mkdocstrings` from 0.26.2 to 0.27.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0)

---
updated-dependencies:
- dependency-name: scipy-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: basedpyright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/actions-73176a6b44 branch November 12, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants