diff options
author | MichaĆ Klichowicz <emkael@tlen.pl> | 2021-12-14 22:44:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 22:44:31 +0100 |
commit | a52352c13fe0c2a3745bbd7fa6e56aac8850bf9c (patch) | |
tree | 1c207e1b08621ed38259008f9c34ad929d6e319a | |
parent | 592105b9ee6a9c6f3d9bd7358bc5ab18f8ded0c8 (diff) | |
parent | 6a3db1c38147313726fa1237c3157eeb424416c9 (diff) |
Merge pull request #50 from emkael/dependabot/pip/lxml-4.6.5
Bump lxml from 4.6.3 to 4.6.5
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 8eaf7a8..4672280 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests>=2.20.0 beautifulsoup4==4.6 cached-property==1.3.1 -lxml==4.6.3 +lxml==4.6.5 |