Skip to content

Commit b600643

Browse files
authored
[1.26] Bump RECENT_DATE (#3404)
1 parent 7e2d389 commit b600643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/urllib3/connection.py

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

6969
# When it comes time to update this value as a part of regular maintenance
7070
# (ie test_recent_date is failing) update it to ~6 months before the current date.
71-
RECENT_DATE = datetime.date(2022, 1, 1)
71+
RECENT_DATE = datetime.date(2024, 1, 1)
7272

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

0 commit comments

Comments
 (0)