Skip to content

Commit

Permalink
Upgrading browser-cookie3
Browse files Browse the repository at this point in the history
Fix #736
  • Loading branch information
Yomguithereal committed Dec 14, 2023
1 parent 0bb7481 commit 3963ffb
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 @@ -11,7 +11,7 @@ wheel
# Dependencies
about-time==4.2.1
beautifulsoup4==4.11.1
browser-cookie3==0.17.1
browser-cookie3==0.19.1
casanova==1.16.1
charset-normalizer==3.1.0
dateparser==1.1.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=[
"about-time>=4,<5",
"beautifulsoup4>=4.7.1,<5",
"browser-cookie3==0.17.1",
"browser-cookie3==0.19.1",
"casanova>=1.16.1,<1.17",
"charset-normalizer>=3,<4",
"dateparser>=1.1.1",
Expand Down

0 comments on commit 3963ffb

Please sign in to comment.