From 5257c07ab630d624079b24ffa89e61e137c039a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:36:44 +0000 Subject: [PATCH] build(deps-dev): bump pylint from 3.2.3 to 3.2.5 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.3 to 3.2.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.3...v3.2.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index af2b0199..50fe33fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1276,13 +1276,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.5" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, - {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, + {file = "pylint-3.2.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, + {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, ] [package.dependencies] @@ -1722,4 +1722,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "32e566a0180186e33654bcfa3abc58a01731fa631a479951aa70cfbd4a72901e" +content-hash = "2a34e751be7c3dfbafb0fb9b3488d1a91de4a5d9283a50cb1c250dfc1255a634" diff --git a/pyproject.toml b/pyproject.toml index 3e377f9b..cbf38d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ setuptools-scm = "^8.0.4" django-prometheus = "^2.3.1" [tool.poetry.group.dev.dependencies] -pylint = "^3.2.3" +pylint = "^3.2.5" black = "^24.2" isort = "^5.12.0" autoflake = "^2.2.1"