Skip to content

Commit

Permalink
fix: Update libraries
Browse files Browse the repository at this point in the history
Signed-off-by: nothingbutlucas <[email protected]>
  • Loading branch information
nothingbutlucas committed Mar 21, 2024
1 parent a59c519 commit 6c613e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venv
25 changes: 10 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
beautifulsoup4==4.9.3
bs4==0.0.1
certifi==2022.12.7
chardet==4.0.0
beautifulsoup4==4.12.3
bs4==0.0.2
certifi==2024.2.2
charset-normalizer==3.3.2
cloudscraper==1.2.71
dataclasses==0.6
httplib2==0.19.1
idna==2.10
lxml==4.6.3
oauthlib==3.2.2
pyparsing==2.4.7
requests-oauthlib==1.3.0
requests-toolbelt==0.9.1
requests==2.25.1
soupsieve==2.4.1
urllib3==1.26.4
idna==3.6
pyparsing==3.1.2
requests==2.31.0
requests-toolbelt==1.0.0
soupsieve==2.5
urllib3==2.2.1

0 comments on commit 6c613e1

Please sign in to comment.