Skip to content

Commit

Permalink
[1.26] Bump RECENT_DATE (#3404)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jun 16, 2024
1 parent 7e2d389 commit b600643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urllib3/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class BrokenPipeError(Exception):

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

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

Expand Down

0 comments on commit b600643

Please sign in to comment.