From e8852392ef32486d3d0801db30680dbdb752146f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:15:47 +0000 Subject: [PATCH] Bump lxml from 3.4.0 to 4.9.1 in /vk_api__examples/vk_spam_wall Bumps [lxml](https://github.com/lxml/lxml) from 3.4.0 to 4.9.1. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-3.4.0...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vk_api__examples/vk_spam_wall/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vk_api__examples/vk_spam_wall/requirements.txt b/vk_api__examples/vk_spam_wall/requirements.txt index caf8ab323..a5820a4dc 100644 --- a/vk_api__examples/vk_spam_wall/requirements.txt +++ b/vk_api__examples/vk_spam_wall/requirements.txt @@ -1,3 +1,3 @@ -lxml == 3.4.0 +lxml == 4.9.1 requests vk_api == 6.3