Skip to content

Commit db6d8aa

Browse files
committed
version pinning for tldextract deprecation
1 parent 198fed8 commit db6d8aa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
```ParsedResult.select_first_match(field, strategy)```
6666
will return the first match for the given, or default strategy
6767

68-
69-
7068
0.13.1
7169
* guard against incorrect warnings; see Issue#52
7270
* add support for branches in github actions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"pytest",
4242
"pytest-httpbin",
4343
"responses",
44-
"tldextract",
44+
"tldextract<6.0.0", # `.registered_domain` deprecation
4545
"types-beautifulsoup4",
4646
"types-requests",
4747
"werkzeug<2.1.0", # httpbin compat issue

0 commit comments

Comments
 (0)