From 757ba946bcdc1d63bb2c424cdcb389f84fba41b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 18:06:06 -0300 Subject: [PATCH] Bump lxml in /airbyte-integrations/connectors/source-file (#8758) Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5. - [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-4.6.3...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- airbyte-integrations/connectors/source-file/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-file/setup.py b/airbyte-integrations/connectors/source-file/setup.py index 0575ae93fd174..941ccd5a186ee 100644 --- a/airbyte-integrations/connectors/source-file/setup.py +++ b/airbyte-integrations/connectors/source-file/setup.py @@ -14,7 +14,7 @@ "paramiko==2.7.2", "s3fs==0.4.2", "smart-open[all]==4.1.2", - "lxml==4.6.3", + "lxml==4.6.5", "html5lib==1.1", "beautifulsoup4==4.9.3", "pyarrow==3.0.0",