Skip to content

Commit 3007de4

Browse files
Bump the required group with 2 updates
Bumps the required group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [pytest](https://github.com/pytest-dev/pytest). Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.2) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b45f54f commit 3007de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ dev-noxfile = [
6767
"frequenz-repo-config[lib] == 0.11.0",
6868
]
6969
dev-pylint = [
70-
"pylint == 3.3.1",
70+
"pylint == 3.3.2",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
7474
dev-pytest = [
75-
"pytest == 8.3.3",
75+
"pytest == 8.3.4",
7676
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
7777
"pytest-mock == 3.14.0",
7878
"pytest-asyncio == 0.24.0",

0 commit comments

Comments
 (0)