Skip to content

Commit b41bb1d

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 2 updates (#85)
* chore(deps): bump the minor-and-patch group across 1 directory with 2 updates --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typer dependency-version: 0.26.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): align pythinker-review typer pin to 0.26.7 The grouped bump raised pythinker-code to typer==0.26.7 but left pythinker-review at ==0.26.5, making the uv workspace unsatisfiable. Pin both to 0.26.7 so resolution succeeds. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohamed Elkholy <moelkholy1995@gmail.com> Co-authored-by: Mohamed Elkholy <melkholy@techmatrix.com>
1 parent 8ed005f commit b41bb1d

3 files changed

Lines changed: 94 additions & 94 deletions

File tree

packages/pythinker-review/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Security",
2121
]
2222
dependencies = [
23-
"typer==0.26.5",
23+
"typer==0.26.7",
2424
"pydantic>=2.12.5",
2525
"pyyaml==6.0.3",
2626
"rich==15.0.0",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ classifiers = [
2424
dependencies = [
2525
"agent-client-protocol==0.10.1",
2626
"aiofiles>=24.0,<26.0",
27-
"aiohttp==3.14.0",
28-
"typer==0.26.5",
27+
"aiohttp==3.14.1",
28+
"typer==0.26.7",
2929
"pythinker-core[contrib]==1.2.0",
3030
# notify-py (via batrachian-toad) caps loguru at <=0.6.0 on 3.14+.
3131
"loguru>=0.6.0,<0.7",

0 commit comments

Comments
 (0)