Skip to content

Commit b89158f

Browse files
authored
[1.26] Update RECENT_DATE to 2020-07-01
1 parent a800c74 commit b89158f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urllib3/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class BrokenPipeError(Exception):
6767

6868
# When it comes time to update this value as a part of regular maintenance
6969
# (ie test_recent_date is failing) update it to ~6 months before the current date.
70-
RECENT_DATE = datetime.date(2019, 1, 1)
70+
RECENT_DATE = datetime.date(2020, 7, 1)
7171

7272
_CONTAINS_CONTROL_CHAR_RE = re.compile(r"[^-!#$%&'*+.^_`|~0-9a-zA-Z]")
7373

0 commit comments

Comments
 (0)