Commit Graph
14659 Commits
Author SHA1 Message Date
Jude Allred 274c5a8ae4 Tidy rpc_errors.py and remove the (as-yet) unused error codes 2026-02-11 14:22:35 -05:00
Jude Allred 5ad6fbb39a Condense tests 2026-02-11 14:10:30 -05:00
Jude Allred 9b40409e86 Narrow PR to only provide structured logs for full_node_rpc_api 2026-02-11 14:09:35 -05:00
Jude Allred c69cb281c4 Test coverage touchups 2026-02-11 13:41:02 -05:00
Jude Allred 05d8276921 Dead code elimination 2026-02-11 13:41:01 -05:00
Jude Allred e128765425 Add code coverage for all RPC errors 2026-02-11 13:41:01 -05:00
Jude Allred 323f8a8c46 Bug Fix: We must check that self.service is defined _before_ we access its properties. 2026-02-11 13:41:01 -05:00
Jude Allred a75e591f7e Use RpcError.simple everywhere we can 2026-02-11 13:41:01 -05:00
Jude Allred 85fc7e329a Add tests entirely for the purpose of increasing code coverage 2026-02-11 13:41:01 -05:00
Jude Allred 8e885142b8 Tidy extraneous changes 2026-02-11 13:41:01 -05:00
Jude Allred 8dae5eb20f Update a test funnction name 2026-02-11 13:41:01 -05:00
Jude Allred 28ad73bb80 PR iterations -- Tidy structured error type.
-- rename structuredError.structuredMessage to message
-- remove the legacy 'message' field from structuredError.data, allow the top level 'error' string to preserve that for us.
-- remove the 'originalError' field from structuredError
-- rename structured_errors to rpc_errors
2026-02-11 13:41:00 -05:00
Jude Allred 4db6e4e954 Test repair 2026-02-11 13:41:00 -05:00
Jude Allred abe4bb3b21 Add a missing structured error in a location introduced during rebase 2026-02-11 13:41:00 -05:00
Jude Allred b196d4f2ab Handle an empty error message edge case 2026-02-11 13:41:00 -05:00
Jude Allred 8f11d892ff Use structured RPC errors 2026-02-11 13:40:56 -05:00
aa770ba5af [LABS-361] MIPS Python Drivers (#18686)
* Initial draft of custody architecture

* Rename CustodyType -> Puzzle

* Rename UnknownCustody -> UnknownPuzzle

* Rename CustodyHint -> PuzzleHint

* Rename CustodyWithRestrictions -> PuzzleWithRestrictions

* Reorganize for clarity

* Add support for identifying and filling in unknown puzzles

* rename custody -> puzzle

* MofN puzzles

* Restriction layer

* Fix PlaceholderPuzzle with MofN restriction

* Add indexing

* Elaborate on potential optimizations

* Light comment improvements

* Add spec namespace

* 3.10 compatibility I think?

* pylint I hate you

* pylint I really hate you

* Add an optimized puzzle for 1ofN

* Coverage ignores

* Add optimization for NofN

* Add support for `PuzzleWithRestrictions` with no MofN

* comments

* Fix members with restrictions inside of MofNs

* pylint

* Rework restrictions

* Use feeder pattern for MofNs as well

* f you pylint

* initial commit

* start work on tests

* fix all but signature in test

* fix test

* black, isort, flake8

* migrate changes to new files / folders

* mypy fixes

* remove unused imports

* add bls_member to deployed_puzzle_hashes

* no memo for BLS Member

* change comments on BLSMember

* chialispp bls_member

* update test comment

* black again

* pylint disable

* add a more minimal test for blsmember

* fix quex comments

* flake8

* Add basic framework for delegated puzzle validators

* code coverage for memo()

* don't reuse variable of different type

* coverage

* pre-commit

* pre-commit

* Fix spend sim import

* Add passkey member puzzle

* Dedup a bit

* Add `Timelock` restriction

* Rename variable

* Add coin announcement restriction

* initial commit

* Add comments per @matt-o-how

* typo

* correct formatting for using secp_verify

* secp256r1 fix

* pretty print lisp

* add to deployed puzzle hashes

* ruff formatted

* Add a restriction to mimic existing vault recovery

* Add a helper method

* initial commit

* fix test

* fix_test_2

* ruff format

* add secp256k1_member to deployed puzzle hashes

* pretty print lisp

* ruff check fix.

* curve_order fix

* ruff format

* Add memo-ization to the restriction

* add assertion for secpr1_member memo in test_secp256r1_member

* add assertion for secpk1_member memo in test_secp256k1_member

* add secpmember solve method

* - specify type for secp_sk in member puzzles

* add SECPK1 and SECPR1 "puzzle assert" members with corresponding tests

* Fix bug and add test coverage to dpuz wrapper enforcement puzzle

* Fix bug and add test coverage to timelock puzzle

* pre-commit

* initial commit

* Add dataclass for SingletonMember in member_puzzles.py

* fix message coin_ids

* rename eve to launcher

* add minimal message condition test

* change message mode to 3F

* use correct message format

* fix test

* cleanup

* fix formatting in singleton_member.clsp

* Add files for test chialisp

* Add a wrapper that forces a message condition with a coin ID commitment

* Add a version of a passkey puzzle that only asserts puzzle hash

* add comments, remove unused code, add customisable singleton info

* initial commit

* fix typo and pprint chialisp

* chialisp pretty print

* Add comment about message

* add bls_with_taproot puzzle and member class

* mypy fixes

* more mypy fixes

* remove breakpoint

* correct name in deployed_puzzle_hashes

* remove mod from name

* only allowed delegated_puzzle as taproot_path

* add test that checks bad taproot is blocked

* ruff fix

* make BLSWithTaproot Member flexible

* address nitpicks

* mypy fixes

* Remove member and restriction implementations

* Import from chia_puzzles_py (and fix tests)

* Remove executable bibt?

* Re-add some of the member and restrictions

* Some kw_only

* More kw_only

* Reviews by @matt-o-how and cursor

* Comments by cursor

* Remove `Force1of2WithRestrictedVariable`

* Bring in some downstream stuff

* Make a heightlock instead of timelock restriction

* comments by cursor

* Test coverage

* Better condition_codes.clib-ing

* comments by @matt-o-how

---------

Co-authored-by: Matthew Howard <m.o.howard97@gmail.com>
Co-authored-by: matt-o-how <48453825+matt-o-how@users.noreply.github.com>
2026-02-11 10:29:11 -08:00
matt-o-howandGitHub 554f084d70 Add unhide .venv step to install.sh on macOS (#20484)
add unhide venv to install.sh
2026-02-11 10:02:49 -08:00
Zachary BrownandGitHub 1042525054 checkpoint: into main from release/2.6.0 @ 34ded1b6c8 (#20496)
Source hash: 34ded1b6c8
Remaining commits: 4

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> With no observable code or configuration changes in the supplied diff,
the risk is minimal (verify the PR actually contains commits/changes in
GitHub).
> 
> **Overview**
> No code changes are visible in the provided diff (it only shows `+++
/dev/null`), so this PR appears to be a checkpoint/merge-only update
without file modifications in this view.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
299cc7a3a4. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2026-02-11 09:38:04 -08:00
Amine Khaldi 299cc7a3a4 Merge commit '34ded1b6c8500ca45ac07830564261482b887b69' into checkpoint/main_from_release_2.6.0_34ded1b6c8500ca45ac07830564261482b887b69 2026-02-11 10:44:37 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Earle Lowe
0a818825bc build(deps): bump mypy from 1.18.2 to 1.19.1 (#20363)
* build(deps): bump mypy from 1.18.2 to 1.19.1

Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* mypy fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Earle Lowe <e.lowe@chia.net>
2026-02-10 11:01:32 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Earle Lowe
452cbf890d build(deps): bump ruff from 0.14.6 to 0.14.13 (#20439)
* build(deps): bump ruff from 0.14.6 to 0.14.13

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 to 0.14.13.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.14.6...0.14.13)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* ruff fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Earle Lowe <e.lowe@chia.net>
2026-02-10 11:01:17 -08:00
Arvid NorbergandGitHub 507a2b858d update the fast FullBlock parser (#20458)
* update the fast FullBlock parser (that just skips fields) to support the new serialization of RewardChainBlock

* add test and shard the test, to enable it running in parallel

* disable expensive tests on MacOS Intel

* document some aspects of the full_blocks_utils test
2026-02-10 11:00:57 -08:00
Zachary BrownandGitHub 6b1278112a checkpoint: into main from release/2.6.0 @ 612e4baff2 (#20482)
Source hash: 612e4baff2
Remaining commits: 5

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> No actual source changes are visible in the diff, so review risk is
minimal aside from ensuring the intended merge/checkpoint metadata is
correct.
> 
> **Overview**
> No functional code changes are present in the provided diff (it only
shows `+++ /dev/null`), so this PR appears to be a *checkpoint/merge
marker* rather than a set of modifications to review.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
aacc21e444. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2026-02-10 10:59:46 -08:00
Amine Khaldi aacc21e444 Merge commit '612e4baff2d8856bbd562e7f07c17706ff6daa1a' into checkpoint/main_from_release_2.6.0_612e4baff2d8856bbd562e7f07c17706ff6daa1a 2026-02-10 12:07:18 +01:00
Zachary BrownandGitHub 7ea2532bc2 checkpoint: into main from release/2.6.0 @ 8f8d27aca4 (#20479)
Source hash: 8f8d27aca4
Remaining commits: 6

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Simple constant bump affecting only testnet configuration and
corresponding tests; no mainnet or security-sensitive logic changes.
> 
> **Overview**
> Updates the default `SOFT_FORK8_HEIGHT` for `testnet11`/`testneta`
overrides from `3680000` to `3720000` in `update_testnet_overrides`.
> 
> Aligns `initial-config.yaml` and the associated tests to the new
activation height.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
b175bdf4ee. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2026-02-09 09:31:24 -08:00
Amine Khaldi b175bdf4ee Merge commit '8f8d27aca479cb1456899acf7a4127aa06d4763f' into checkpoint/main_from_release_2.6.0_8f8d27aca479cb1456899acf7a4127aa06d4763f 2026-02-09 11:50:50 +01:00
005bc6f0d2 checkpoint: into main from release/2.6.0 @ fd11d99f50 (#20475)
bump chia_rs to 0.35.2 (#20437)

Co-authored-by: Arvid Norberg <arvid@libtorrent.org>
2026-02-06 11:33:38 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11a333717c build(deps): bump boto3 from 1.42.30 to 1.42.35 (#20464)
Bumps [boto3](https://github.com/boto/boto3) from 1.42.30 to 1.42.35.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.42.30...1.42.35)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-05 11:35:19 -08:00
Amine Khaldi e0fa263a68 Merge commit 'fd11d99f50f6f1af2b45b3b27798d758d22004f5' into checkpoint/main_from_release_2.6.0_fd11d99f50f6f1af2b45b3b27798d758d22004f5 2026-02-05 17:42:49 +01:00
Arvid NorbergandGitHub 062f6257e1 Blockchain does not have run_generator() (#20433)
Blockchain does not have run_generator(). In this test, these calls are never made, but just here in case something changes
2026-02-05 08:32:36 -08:00
matt-o-howandGitHub 235340a24b Prevent None version in __init__.py (#20453)
* prevent None version

* Fix comparison of __version__ to None
2026-02-04 10:13:19 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2e4a9be8ae build(deps): bump tach from 0.33.0 to 0.33.1 (#20465)
Bumps [tach](https://github.com/gauge-sh/tach) from 0.33.0 to 0.33.1.
- [Release notes](https://github.com/gauge-sh/tach/releases)
- [Commits](https://github.com/gauge-sh/tach/compare/v0.33.0...v0.33.1)

---
updated-dependencies:
- dependency-name: tach
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 10:12:45 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ed7ddcf7c2 build(deps): bump types-setuptools from 80.9.0.20250822 to 80.10.0.20260124 (#20466)
build(deps): bump types-setuptools

Bumps [types-setuptools](https://github.com/typeshed-internal/stub_uploader) from 80.9.0.20250822 to 80.10.0.20260124.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: types-setuptools
  dependency-version: 80.10.0.20260124
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 10:12:30 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33edccf4a6 build(deps): bump coverage from 7.12.0 to 7.13.2 (#20467)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.12.0 to 7.13.2.
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.12.0...7.13.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 10:11:58 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
385f546094 build(deps): bump setuptools from 80.9.0 to 80.10.2 (#20468)
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 80.10.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v80.9.0...v80.10.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 80.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 10:11:36 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bf86b9638a build(deps): bump packaging from 25.0 to 26.0 (#20469)
Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.0.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/25.0...26.0)

---
updated-dependencies:
- dependency-name: packaging
  dependency-version: '26.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 10:11:10 -08:00
Chris MarslenderandGitHub c70a6bb8f2 Run apt update before the apt install in install-timelord.sh to ensure package lists are up to date (#20471)
Run apt update before the install to ensure package lists are up to date
2026-02-04 10:38:29 -06:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
67a397170d build(deps): bump pip from 25.3 to 26.0 (#20461)
Bumps [pip](https://github.com/pypa/pip) from 25.3 to 26.0.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/25.3...26.0)

---
updated-dependencies:
- dependency-name: pip
  dependency-version: '26.0'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-03 14:50:54 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
441f900111 build(deps): bump urllib3 from 2.6.0 to 2.6.3 (#20391)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-03 14:50:38 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35404c0037 build(deps): bump build from 1.3.0 to 1.4.0 (#20421)
Bumps [build](https://github.com/pypa/build) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/build/compare/1.3.0...1.4.0)

---
updated-dependencies:
- dependency-name: build
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-03 14:49:54 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
86cffca47b build(deps): bump psutil from 7.1.3 to 7.2.1 (#20385)
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.1.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.1)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-03 14:49:34 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4f4a52f2f5 build(deps): bump lodash from 4.17.21 to 4.17.23 in /build_scripts/npm_windows (#20425)
build(deps): bump lodash in /build_scripts/npm_windows

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-03 14:49:00 -08:00
Chris MarslenderandGitHub efa3025165 checkpoint: into main from release/2.6.0 @ 22e18c1b7f (#20463)
Source hash: 22e18c1b7f
Remaining commits: 5

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> No functional changes are present; review risk is minimal aside from
potential missing/incorrect diff context.
> 
> **Overview**
> No code changes are included in this PR (the provided diff is empty /
contains only `+++ /dev/null`).
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
5f56c7a3c6. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2026-02-03 13:08:24 -08:00
Amine Khaldi 5f56c7a3c6 Merge commit '22e18c1b7f80e526071b9f48809216059993045d' into checkpoint/main_from_release_2.6.0_22e18c1b7f80e526071b9f48809216059993045d 2026-02-03 18:48:33 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6ba0d971b8 build(deps): bump lodash from 4.17.21 to 4.17.23 in /build_scripts/npm_linux (#20426)
build(deps): bump lodash in /build_scripts/npm_linux

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 16:03:22 -08:00
Patrick MaslanaandGitHub 34ded1b6c8 Fix the GITHUB_OUTPUT in reflow-version and pin alls-green to the per version (#20451)
Fix the GITHUB_OUTPUT in reflow-version and pin alls-green to the proper version
2026-02-02 12:13:19 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b9958806f2 build(deps): bump filelock from 3.20.0 to 3.20.3 (#20406)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.0 to 3.20.3.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.3)

---
updated-dependencies:
- dependency-name: filelock
  dependency-version: 3.20.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 09:51:39 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45caacb1dd build(deps): bump tach from 0.32.0 to 0.33.0 (#20405)
Bumps [tach](https://github.com/gauge-sh/tach) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/gauge-sh/tach/releases)
- [Commits](https://github.com/gauge-sh/tach/compare/v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: tach
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 09:51:22 -08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
379926d836 build(deps): bump anyio from 4.11.0 to 4.12.1 (#20404)
Bumps [anyio](https://github.com/agronholm/anyio) from 4.11.0 to 4.12.1.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Commits](https://github.com/agronholm/anyio/compare/4.11.0...4.12.1)

---
updated-dependencies:
- dependency-name: anyio
  dependency-version: 4.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 09:51:06 -08:00