Skip to content

Commit bf0dd80

Browse files
chore(deps): Bump the actions-minor-patch group across 1 directory with 4 updates (#982)
Bumps the actions-minor-patch group with 4 updates in the / directory: [boto3](https://github.com/boto/boto3), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `boto3` from 1.42.84 to 1.42.88 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.84...1.42.88) Updates `mypy` from 1.20.0 to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.1) Updates `pytest` from 9.0.2 to 9.0.3 - [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.2...9.0.3) Updates `ruff` from 0.15.9 to 0.15.10 - [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.9...0.15.10) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.88 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 803e593 commit bf0dd80

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
license = {text = "Apache 2.0"}
1010
requires-python = "<3.14,>=3.11"
1111
dependencies = [
12-
"boto3>=1.42.84,<2",
12+
"boto3>=1.42.88,<2",
1313
"click>=8.3.2,<9",
1414
"dataclass-wizard<1,>=0.22.2",
1515
"iso8601<3,>=2.0.0",
@@ -33,15 +33,15 @@ grype-db-manager = "grype_db_manager.cli:run"
3333

3434
[dependency-groups]
3535
dev = [
36-
"mypy>=1.20.0,<2",
37-
"pytest>=7.4.0,<10",
36+
"mypy>=1.20.1,<2",
37+
"pytest>=9.0.3,<10",
3838
"pytest-sugar>=0.9.7",
3939
"pytest-unordered>=0.5.2",
4040
"pytest-cov>=4.1.0",
4141
"pytest-picked>=0.5.0",
4242
"pytest-mock>=3.11.1",
4343
"pytest-xdist>=3.3.1",
44-
"ruff>=0.15.9,<1",
44+
"ruff>=0.15.10,<1",
4545
"types-requests>=2.33.0.20260408,<3",
4646
"moto>=4.1.14,<6",
4747
"coverage[toml]<8.0.0,>=7.6.10",

0 commit comments

Comments
 (0)