From 23157a59bbe40ea902e472472bc6c97f3c11d528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:36:05 +0000 Subject: [PATCH] Bump mechanicalsoup from 0.12.0 to 1.3.0 Bumps [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) from 0.12.0 to 1.3.0. - [Release notes](https://github.com/MechanicalSoup/MechanicalSoup/releases) - [Changelog](https://github.com/MechanicalSoup/MechanicalSoup/blob/main/docs/ChangeLog.rst) - [Commits](https://github.com/MechanicalSoup/MechanicalSoup/compare/v0.12.0...v1.3.0) --- updated-dependencies: - dependency-name: mechanicalsoup dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 29 ++++++++--------------------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index 73b3d26..83858fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "beautifulsoup4" @@ -468,21 +468,20 @@ files = [ [[package]] name = "mechanicalsoup" -version = "0.12.0" +version = "1.3.0" description = "A Python library for automating interaction with websites" optional = false -python-versions = "*" +python-versions = ">=3.6" groups = ["main"] files = [ - {file = "MechanicalSoup-0.12.0-py2.py3-none-any.whl", hash = "sha256:cddd80b0975f4fdafd137a473df4697854e6be3e332a5fa3200e607ee20d5238"}, - {file = "MechanicalSoup-0.12.0.tar.gz", hash = "sha256:39a60627a97981869251837b8bd082485f2f681df8a3315836ffaa74663627bd"}, + {file = "MechanicalSoup-1.3.0-py3-none-any.whl", hash = "sha256:83dfc23bbbcaafb62dd43e0f12aee3202e780650b4612d999b54324558980114"}, + {file = "MechanicalSoup-1.3.0.tar.gz", hash = "sha256:38e8748f62fd9455a0818701a9e2dbfa549639d09f829f3fdd03665c825e7ce1"}, ] [package.dependencies] -beautifulsoup4 = ">=4.4" +beautifulsoup4 = ">=4.7" lxml = "*" -requests = ">=2.0" -six = ">=1.4" +requests = ">=2.22.0" [[package]] name = "packaging" @@ -829,18 +828,6 @@ basic = ["ipython"] complete = ["cryptography (>=2.0)", "ipython", "matplotlib", "pyx"] docs = ["sphinx (>=3.0.0)", "sphinx_rtd_theme (>=0.4.3)", "tox (>=3.0.0)"] -[[package]] -name = "six" -version = "1.17.0" -description = "Python 2 and 3 compatibility utilities" -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" -groups = ["main"] -files = [ - {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, - {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, -] - [[package]] name = "soupsieve" version = "2.7" @@ -929,4 +916,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "8ecef465b0aad93178f551355f060a582fdd3a0a9dc0aecaff933bd7fa6c4404" +content-hash = "b1f40c21b29f51b32274e3af4ff245f4622fa4579b1302111522e4c68e853e4a" diff --git a/pyproject.toml b/pyproject.toml index 35c0a0e..7234b3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dpkt = "~1.9.2" scapy = "~2.4.3" IPy = "~1.0" pybluez = {version = "~0.23", optional = true, markers = "sys_platform == 'darwin'"} -MechanicalSoup = "~0.12.0" +MechanicalSoup = "~1.3.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.0"