Skip to content

Commit

Permalink
Bump lxml from 4.9.2 to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iSarabjitDhiman committed May 18, 2024
1 parent 9612933 commit faa06e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ certifi==2023.7.22
charset-normalizer==3.1.0
demjson3==3.0.6
idna==3.7
lxml==4.9.2
lxml==5.2.2
requests==2.31.0
six==1.16.0
soupsieve==2.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "1.1.1"
VERSION = "1.1.2"
SHORT_DESCRIPTION = "TweeterPy is a python library to extract data from Twitter. TweeterPy API lets you scrape data from a user's profile like username, userid, bio, followers/followings list, profile media, tweets, etc."

with open("requirements.txt") as file:
Expand Down

0 comments on commit faa06e6

Please sign in to comment.