Skip to content

Commit b5c0ffd

Browse files
dependabot[bot]winstonsung
authored andcommitted
chore(deps-dev): bump pylint from 3.3.8 to 3.3.9
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 3.3.9. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.8...v3.3.9) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1e738c commit b5c0ffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ dependencies = [
5353
# Lock file: requirements_dev.txt
5454
optional-dependencies.dev = [
5555
"black == 25.9.0",
56-
"pylint == 3.3.8",
56+
"pylint == 3.3.9",
5757
"pytest == 8.4.2",
5858
]

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ packaging == 25.0
1111
pathspec == 0.12.1
1212
platformdirs == 4.4.0
1313
pluggy == 1.6.0
14-
pylint == 3.3.8
14+
pylint == 3.3.9
1515
pytest == 8.4.2
1616
tomlkit == 0.13.3

0 commit comments

Comments
 (0)