Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Bump lxml from 4.7.1 to 4.9.1 #103

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cssselect==1.1.0
lxml==4.7.1
lxml==4.9.1
requests==2.27.0
ratelimit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

packages=find_packages(),

install_requires=['requests==2.27.0', 'lxml==4.7.1', 'cssselect==1.1.0', 'ratelimit'],
install_requires=['requests==2.27.0', 'lxml==4.9.1', 'cssselect==1.1.0', 'ratelimit'],

author="Julien EHRHART",
author_email="[email protected]",
Expand Down