We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2d389 commit b600643Copy full SHA for b600643
1 file changed
src/urllib3/connection.py
@@ -68,7 +68,7 @@ class BrokenPipeError(Exception):
68
69
# When it comes time to update this value as a part of regular maintenance
70
# (ie test_recent_date is failing) update it to ~6 months before the current date.
71
-RECENT_DATE = datetime.date(2022, 1, 1)
+RECENT_DATE = datetime.date(2024, 1, 1)
72
73
_CONTAINS_CONTROL_CHAR_RE = re.compile(r"[^-!#$%&'*+.^_`|~0-9a-zA-Z]")
74
0 commit comments