From 23e1ff5b065be63320bfeb8f184180df2ac4e667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:53:22 +0000 Subject: [PATCH] Bump pylint from 3.2.7 to 3.3.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- semantic-conventions/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-conventions/dev-requirements.txt b/semantic-conventions/dev-requirements.txt index 38211e41..47cd35aa 100644 --- a/semantic-conventions/dev-requirements.txt +++ b/semantic-conventions/dev-requirements.txt @@ -2,5 +2,5 @@ black==24.10.0 mypy==1.13.0 pytest==8.3.4 flake8==7.1.1 -pylint==3.2.7 +pylint==3.3.2 isort==5.13.2