Skip to content

Commit 26bd0cf

Browse files
authoredOct 24, 2024··
Bump pylint from 3.2.5 to 3.3.1 (#361)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.5 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ab05f3 commit 26bd0cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runpod = "runpod.cli.entry:runpod_cli"
5454
test = [
5555
"asynctest",
5656
"nest_asyncio",
57-
"pylint==3.2.5",
57+
"pylint==3.3.1",
5858
"pytest-asyncio",
5959
"pytest-cov",
6060
"pytest-timeout",

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": [
1818
"asynctest",
1919
"nest_asyncio",
20-
"pylint==3.2.5",
20+
"pylint==3.3.1",
2121
"pytest",
2222
"pytest-cov",
2323
"pytest-timeout",

0 commit comments

Comments
 (0)
Please sign in to comment.