Skip to content

Commit

Permalink
Upgrading ural
Browse files Browse the repository at this point in the history
Fix #986
  • Loading branch information
Yomguithereal committed Sep 11, 2024
1 parent df8dcdd commit 4e91652
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 @@ -30,5 +30,5 @@ tenacity==8.2.1
trafilatura==1.12.1
typing_extensions>=4.3; python_version < '3.11'
twitwi==0.19.2
ural==1.3.2
ural==1.4.0
urllib3==1.26.16
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tenacity>=8,<9",
"trafilatura>=1.12.1,<1.13",
"twitwi>=0.19.2,<0.20",
"ural>=1.3.2,<2",
"ural>=1.4.0,<2",
"urllib3>=1.26.16,<2",
],
extras_require={
Expand Down

0 comments on commit 4e91652

Please sign in to comment.