Skip to content

Commit

Permalink
[1.26] Bump RECENT_DATE
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored and sethmlarson committed Jul 1, 2022
1 parent 6dd01c7 commit dddbab3
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(2020, 7, 1)
RECENT_DATE = datetime.date(2022, 1, 1)

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

Expand Down

0 comments on commit dddbab3

Please sign in to comment.