Skip to content

Commit e1e48ad

Browse files
build(deps): bump the production-minor-patch group with 2 updates (#43)
* build(deps): bump the production-minor-patch group with 2 updates Bumps the production-minor-patch group with 2 updates: [typer](https://github.com/fastapi/typer) and [ruff](https://github.com/astral-sh/ruff). Updates `typer` from 0.25.1 to 0.26.5 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.25.1...0.26.5) Updates `ruff` from 0.15.14 to 0.15.15 - [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.14...0.15.15) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: refresh dependency locks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Haas <jonathan@haas.holdings>
1 parent e1186fc commit e1e48ad

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements-dev.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ regex==2026.5.9
9898
requests==2.34.2
9999
rich==15.0.0
100100
rpds-py==0.30.0
101-
ruff==0.15.14
101+
ruff==0.15.15
102102
shellingham==1.5.4
103103
six==1.17.0
104104
sniffio==1.3.1
@@ -108,7 +108,7 @@ tokenizers==0.23.1
108108
tqdm==4.67.3
109109
twilio==9.10.9
110110
typeguard==4.4.3
111-
typer==0.25.1
111+
typer==0.26.5
112112
types-pyyaml==6.0.12.20260518
113113
types-requests==2.33.0.20260518
114114
typing-extensions==4.15.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-asyncio==1.3.0
88

99
# Code quality
1010
black==26.5.1
11-
ruff==0.15.14
11+
ruff==0.15.15
1212
mypy==2.1.0
1313
pre-commit==4.6.0
1414

requirements.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ regex==2026.5.9
7777
requests==2.34.2
7878
rich==15.0.0
7979
rpds-py==0.30.0
80-
ruff==0.15.14
80+
ruff==0.15.15
8181
shellingham==1.5.4
8282
sniffio==1.3.1
8383
tenacity==9.1.4
@@ -86,7 +86,7 @@ tokenizers==0.23.1
8686
tqdm==4.67.3
8787
twilio==9.10.9
8888
typeguard==4.4.3
89-
typer==0.25.1
89+
typer==0.26.5
9090
typing-extensions==4.15.0
9191
typing-inspection==0.4.2
9292
urllib3==2.7.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Core AI and CLI (prefer latest v3 per dspy.ai)
22
dspy-ai>=3.2.1,<4.0.0
3-
typer==0.25.1
3+
typer==0.26.5
44
rich==15.0.0
55
pydantic==2.13.4
66
python-dotenv==1.2.2
@@ -19,5 +19,5 @@ requests==2.34.2
1919
pytest==9.0.3
2020
pytest-cov==7.1.0
2121
black==26.5.1
22-
ruff==0.15.14
22+
ruff==0.15.15
2323
mypy==2.1.0

0 commit comments

Comments
 (0)