From 4e53421ea59f50bb92d103f124bb149c128d2802 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 6 Jul 2022 21:34:33 +0000
Subject: [PATCH] Bump lxml from 4.6.5 to 4.9.1

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 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-4.6.5...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 elevator-pipeline/requirements.txt | 2 +-
 requirements.txt                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/elevator-pipeline/requirements.txt b/elevator-pipeline/requirements.txt
index 0d677c9..d571a40 100644
--- a/elevator-pipeline/requirements.txt
+++ b/elevator-pipeline/requirements.txt
@@ -28,7 +28,7 @@ jupyter==1.0.0
 jupyter-client==5.0.0
 jupyter-console==5.1.0
 jupyter-core==4.3.0
-lxml==4.6.5
+lxml==4.9.1
 MarkupSafe==1.0
 memento-client==0.5.3
 mistune==0.8.1
diff --git a/requirements.txt b/requirements.txt
index 444f93a..004b23c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,4 +2,4 @@ SQLAlchemy>=1.0.13
 requests>=2.10.0
 psycopg2>=2.6.2
 tweepy==3.5.0
-lxml==4.6.5
\ No newline at end of file
+lxml==4.9.1
\ No newline at end of file