From 20051d108b11d6af66773c79d996e3beb71be70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:40:57 +0000 Subject: [PATCH] Bump mammoth from 1.7.1 to 1.8.0 in /convert_source_description Bumps [mammoth](https://github.com/mwilliamson/python-mammoth) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/mwilliamson/python-mammoth/blob/master/NEWS) - [Commits](https://github.com/mwilliamson/python-mammoth/compare/1.7.1...1.8.0) --- updated-dependencies: - dependency-name: mammoth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- convert_source_description/requirements.in | 2 +- convert_source_description/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/convert_source_description/requirements.in b/convert_source_description/requirements.in index ed3a3c4..9863ccc 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 +mammoth==1.8.0 pylint==3.2.3 \ No newline at end of file diff --git a/convert_source_description/requirements.txt b/convert_source_description/requirements.txt index 5bf63e7..86dd456 100644 --- a/convert_source_description/requirements.txt +++ b/convert_source_description/requirements.txt @@ -23,9 +23,9 @@ isort==5.13.2 \ --hash=sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109 \ --hash=sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6 # via pylint -mammoth==1.7.1 \ - --hash=sha256:6eae397420707740cf01692cc09bf40774b9481a69182749a476f5333f5ce9ad \ - --hash=sha256:d9d098d847ca211f6c7585f0a46e62d4db7aa68984bf3e70910923da606951cb +mammoth==1.8.0 \ + --hash=sha256:7e8aa7db53f4aa7e9620b22bf8b716f1a16c84e969de1a0b1f920c756184e3d8 \ + --hash=sha256:b2abf2340809b13a903c8b65a27846466290b869f0dd56e4a1e3072c4be1ea86 # via -r requirements.in mccabe==0.7.0 \ --hash=sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325 \