From 5e2a94997b9a85a2715138dc924272ee89123c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:12:21 +0000 Subject: [PATCH] build(deps): bump pylint in /convert_source_description Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- convert_source_description/requirements.in | 2 +- convert_source_description/requirements.txt | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/convert_source_description/requirements.in b/convert_source_description/requirements.in index aeb676b..1863cd0 100644 --- a/convert_source_description/requirements.in +++ b/convert_source_description/requirements.in @@ -1,3 +1,3 @@ beautifulsoup4==4.12.3 mammoth==1.7.1 -pylint==3.1.0 \ No newline at end of file +pylint==3.1.1 \ No newline at end of file diff --git a/convert_source_description/requirements.txt b/convert_source_description/requirements.txt index b0669e8..035ea7c 100644 --- a/convert_source_description/requirements.txt +++ b/convert_source_description/requirements.txt @@ -15,10 +15,6 @@ beautifulsoup4==4.12.3 \ cobble==0.1.3 \ --hash=sha256:52e7f886adbe42ccc3675dd627c87f6db8f22f96b6e0754a9e642ac7dd94fa42 # via mammoth -colorama==0.4.6 \ - --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ - --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 - # via pylint dill==0.3.8 \ --hash=sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca \ --hash=sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7 @@ -39,9 +35,9 @@ platformdirs==4.2.1 \ --hash=sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf \ --hash=sha256:17d5a1161b3fd67b390023cb2d3b026bbd40abde6fdb052dfbd3a29c3ba22ee1 # via pylint -pylint==3.1.0 \ - --hash=sha256:507a5b60953874766d8a366e8e8c7af63e058b26345cfcb5f91f89d987fd6b74 \ - --hash=sha256:6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23 +pylint==3.1.1 \ + --hash=sha256:862eddf25dab42704c5f06d3688b8bc19ef4c99ad8a836b6ff260a3b2fbafee1 \ + --hash=sha256:c7c2652bf8099c7fb7a63bc6af5c5f8f7b9d7b392fa1d320cb020e222aff28c2 # via -r requirements.in soupsieve==2.5 \ --hash=sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690 \