Skip to content

Commit 598c469

Browse files
build(deps): bump the production-minor-patch group across 1 directory with 3 updates (#47)
Bumps the production-minor-patch group with 3 updates in the / directory: [typer](https://github.com/fastapi/typer), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `typer` from 0.26.5 to 0.26.7 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.26.5...0.26.7) Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) Updates `ruff` from 0.15.15 to 0.15.17 - [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.15...0.15.17) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1cc39a commit 598c469

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
-r requirements.txt
33

44
# Testing
5-
pytest==9.0.3
5+
pytest==9.1.0
66
pytest-cov==7.1.0
77
pytest-asyncio==1.4.0
88

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

requirements.txt

Lines changed: 3 additions & 3 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.26.5
3+
typer==0.26.7
44
rich==15.0.0
55
pydantic==2.13.4
66
python-dotenv==1.2.2
@@ -16,8 +16,8 @@ PyYAML==6.0.3
1616
requests==2.34.2
1717

1818
# Development and testing (optional, can be in separate requirements-dev.txt)
19-
pytest==9.0.3
19+
pytest==9.1.0
2020
pytest-cov==7.1.0
2121
black==26.5.1
22-
ruff==0.15.15
22+
ruff==0.15.17
2323
mypy==2.1.0

0 commit comments

Comments
 (0)