Skip to content

Commit 4fd1a99

Browse files
Bump RECENT_DATE (#3617)
Fixes: #3616 Signed-off-by: Stanislav Levin <[email protected]>
1 parent c4b5917 commit 4fd1a99

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
@@ -74,7 +74,7 @@ class BaseSSLError(BaseException): # type: ignore[no-redef]
7474

7575
# When it comes time to update this value as a part of regular maintenance
7676
# (ie test_recent_date is failing) update it to ~6 months before the current date.
77-
RECENT_DATE = datetime.date(2023, 6, 1)
77+
RECENT_DATE = datetime.date(2025, 1, 1)
7878

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

0 commit comments

Comments
 (0)