diff options
author | MichaĆ Klichowicz <emkael@tlen.pl> | 2022-07-13 20:24:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 20:24:51 +0200 |
commit | 0aaa101880adfa24fb0381824dbb3a0c7afe0757 (patch) | |
tree | 167aca6a162ae781abc26bb3edfa5e380cb17ccd | |
parent | 544b5dd50c35828f20f5381358c0d21cc21c73db (diff) | |
parent | e8b78300c85de277684bd9930211d0b44b15be98 (diff) |
Merge pull request #51 from emkael/dependabot/pip/lxml-4.9.1
Bump lxml from 4.6.5 to 4.9.1
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4672280..0d30560 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.5 +lxml==4.9.1 |