-
Notifications
You must be signed in to change notification settings - Fork 21
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 python-packages group across 1 directory with 6 updates #250
base: master
Are you sure you want to change the base?
Conversation
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [nox](https://github.com/wntrblm/nox), [pyzx](https://github.com/zxcalc/pyzx), [numpy](https://github.com/numpy/numpy), [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) and [sphinxawesome-theme](https://github.com/kai687/sphinxawesome-theme) to permit the latest version. Updates `ruff` from 0.9.2 to 0.9.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.2...0.9.7) Updates `nox` from 2024.10.09 to 2025.2.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.10.09...2025.02.09) Updates `pyzx` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/zxcalc/pyzx/releases) - [Changelog](https://github.com/zxcalc/pyzx/blob/master/CHANGELOG.md) - [Commits](zxcalc/pyzx@v0.8.0...v0.9.0) Updates `numpy` to 2.2.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.24.0...v2.2.3) Updates `sphinx-gallery` from 0.11.1 to 0.19.0 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](sphinx-gallery/sphinx-gallery@v0.11.1...v0.19.0) Updates `sphinxawesome-theme` from 5.1.6 to 5.3.2 - [Release notes](https://github.com/kai687/sphinxawesome-theme/releases) - [Commits](kai687/sphinxawesome-theme@5.1.6...5.3.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: nox dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pyzx dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: numpy dependency-type: direct:production dependency-group: python-packages - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sphinxawesome-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
@wlcsm |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #250 +/- ##
==========================================
+ Coverage 77.09% 77.20% +0.10%
==========================================
Files 40 40
Lines 5419 5422 +3
==========================================
+ Hits 4178 4186 +8
+ Misses 1241 1236 -5 ☔ View full report in Codecov by Sentry. |
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.
I think we might want to maintain Dependabot's pace.
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.
LGTM. I filled an issue #252 about the compatibility with pyzx.
Updates the requirements on ruff, nox, pyzx, numpy, sphinx-gallery and sphinxawesome-theme to permit the latest version.
Updates
ruff
from 0.9.2 to 0.9.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
54fccb3
Bump version to 0.9.7 (#16271)8198668
[red-knot] MDTest: Use custom class names instead of builtins (#16269)fc6b03c
Handle requests received after shutdown message (#16262)fb09d63
[red-knot] PrefixType::call
anddunder_call
withtry
(#16261)16d0625
Improve internal docs for various string-node APIs (#16256)25920fe
RenameExprStringLiteral::as_unconcatenated_string()
to `ExprStringLiteral:...97d0659
PassParserOptions
to the parser (#16220)cfc6941
[red-knot] Resolve references in eager nested scopes eagerly (#16079)f50849a
Addtext_len()
methods to more*Prefix
enums inruff_python_ast
(#16254)55ea094
[red-knot] Allow anyRanged
argument forreport_lint
and `report_diagnost...Updates
nox
from 2024.10.09 to 2025.2.9Release notes
Sourced from nox's releases.
... (truncated)
Changelog
Sourced from nox's changelog.
... (truncated)
Commits
a74da2c
Release 2025.02.09433ad2f
docs: prepare for first 2025 release (#923)b92b294
ci: trusted publisher (#924)ae83927
ci: add some suggestions from zizmor (#925)c628755
fix: support broken uv (via pyenv) (#922)97e5a38
fix: don't over-validate lists (#921)97e0fad
fix: handle uvx like uv (#920)223c8c6
fix: add a pyproject.toml default for load_toml (#917)101d7c4
fix(gha): drop PyPy from the default list for the GitHub Action (#916)beab6c3
feat: support PEP 723 noxfiles (#881)Updates
pyzx
from 0.8.0 to 0.9.0Release notes
Sourced from pyzx's releases.
Changelog
Sourced from pyzx's changelog.
Commits
c3d5a1b
Increment version number to 0.9.00a31d2e
Remove Python 3.8 from CI and add 3.11b2bd997
Move mypy requirement from requirements.txt to test_requirements.txt where it...f22bac7
Update changelog0bb1cb4
Merge pull request #283 from zxcalc/deprecate-editor79a34a3
Removed the ipywidgets<8 version requirement, meaning the editor is now depre...daf933c
Merge pull request #282 from zxcalc/remove-quantomatic-featuresaa912c3
Overloaded thefrom_json
method in Multigraph, so that it always loads a gr...3de5969
Remove Quantomatic from docsb61a6a4
Modify AllFeaturesUpdates
numpy
to 2.2.3Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
a274561
Merge pull request #28322 from charris/prepare-2.2.35ab0f71
REL: Prepare for the NumPy 2.2.3 release [wheel build]010ad9b
Merge pull request #28324 from charris/update-test_dirichlet_moderately_small...6338746
CI: update test_moderately_small_alpha [wheel build]56f8d5b
Merge pull request #28321 from charris/backport-2829048515a3
MAINT: Update some testing files from main96ca7e3
MAINT: respond to code reviewc20ac88
MAINT: use a try/finally to make the deadlock protection more robustd494647
MAINT: fix indentation and clarify comment3f8fbd6
MAINT: go back to try/exceptUpdates
sphinx-gallery
from 0.11.1 to 0.19.0Release notes
Sourced from sphinx-gallery's releases.
... (truncated)
Commits
07479c9
Release 0.19.0 (#1438)6bd74c7
DOC Fixes to minigallery doc inconfiguration\.rst
(#1437)91810a9
Fix minigallery duplicates and add tests and update documenation (#1435)38facfd
[pre-commit.ci] pre-commit autoupdate (#1434)44b9b6d
Fix: Fix minigallery duplicates (#1430)6b7c1ef
[pre-commit.ci] pre-commit autoupdate (#1431)2510af3
[pre-commit.ci] pre-commit autoupdate (#1428)4c43e47
Fix label checker workflow (#1426)cc50cce
[pre-commit.ci] pre-commit autoupdate (#1423)f2fcb5a
[pre-commit.ci] pre-commit autoupdate (#1422)Updates
sphinxawesome-theme
from 5.1.6 to 5.3.2Release notes
Sourced from sphinxawesome-theme's releases.
Commits
308f43a
chore: bump version01d45eb
fix: style tweak for auto api (#2057)055e392
Typo:set
todict
(#2054)f8a24fa
chore(deps-dev): Bump ruff from 0.6.9 to 0.7.2 (#2048)49d39cf
chore(deps): Bump dulwich from 0.22.3 to 0.22.4 (#2047)794adfb
chore: update dependencies (#2053)7b024e3
chore(deps): Bump pip from 24.2 to 24.3.1 (#2044)