Skip to content

Commit 5ace03b

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump the python-minor group in /tictactoe_python with 3 updates
Bumps the python-minor group in /tictactoe_python with 3 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [pylint](https://github.com/pylint-dev/pylint) and [pytest](https://github.com/pytest-dev/pytest). Updates `pre-commit` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.4.0...v4.5.0) Updates `pylint` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.3...v4.0.4) Updates `pytest` from 9.0.1 to 9.0.2 - [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.1...9.0.2) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1f859b commit 5ace03b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tictactoe_python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ dependencies = ["typing-extensions>=4.6.0; python_version < '3.13'"]
1414

1515
[dependency-groups]
1616
dev = [
17-
"pre-commit==4.4.0",
18-
"pylint==4.0.3",
17+
"pre-commit==4.5.0",
18+
"pylint==4.0.4",
1919
"pyright==1.1.407",
20-
"pytest==9.0.1",
20+
"pytest==9.0.2",
2121
"pytest-cov==7.0.0",
2222
]
2323

0 commit comments

Comments
 (0)