From a8f6a4b85b88dd18ee9fc571e3a74afab6be8665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:00:05 +0000 Subject: [PATCH] chore(deps): bump pylint from 3.2.7 to 3.3.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b0327c2..3f57981 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ platformdirs==4.3.3 # pylint pluggy==1.5.0 # via pytest -pylint==3.2.7 +pylint==3.3.0 # via peering-buddy (pyproject.toml) pytest==8.3.3 # via peering-buddy (pyproject.toml)