Skip to content

Commit 8cfb930

Browse files
dependabot[bot]brian14708
authored andcommitted
chore(deps-dev): bump the minor-and-patch group across 1 directory with 5 updates
Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.15.10` | `0.15.11` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.0` | `2.13.2` | | [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) | `4.3.0` | `4.4.0` | | [basedpyright](https://github.com/detachhead/basedpyright) | `1.39.0` | `1.39.2` | | [zensical](https://github.com/zensical/zensical) | `0.0.32` | `0.0.33` | Updates `ruff` from 0.15.10 to 0.15.11 - [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.15.10...0.15.11) Updates `pydantic` from 2.13.0 to 2.13.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.0...v2.13.2) Updates `pytest-codspeed` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md) - [Commits](CodSpeedHQ/pytest-codspeed@v4.3.0...v4.4.0) Updates `basedpyright` from 1.39.0 to 1.39.2 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](DetachHead/basedpyright@v1.39.0...v1.39.2) Updates `zensical` from 0.0.32 to 0.0.33 - [Release notes](https://github.com/zensical/zensical/releases) - [Commits](zensical/zensical@v0.0.32...v0.0.33) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pytest-codspeed dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: basedpyright dependency-version: 1.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zensical dependency-version: 0.0.33 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2953b96 commit 8cfb930

3 files changed

Lines changed: 166 additions & 166 deletions

File tree

.codex

Whitespace-only changes.

src/duron/_decorator/effect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class Reducer(NamedTuple):
1818
"""Annotation to mark a parameter as a reducer."""
1919

20-
reducer: Callable[[object, object], object]
20+
reducer: Callable[[Any, Any], Any]
2121

2222

2323
def _check_loop() -> None:

0 commit comments

Comments
 (0)