bump lockfiles

This commit is contained in:
Nick Sweeting 2024-04-24 14:38:21 -07:00
parent 8dcfa93ec6
commit 98c5e69203
No known key found for this signature in database
4 changed files with 108 additions and 9 deletions

View file

@ -59,6 +59,8 @@ ts_to_iso = lambda ts: ts and parse_date(ts).isoformat()
COLOR_REGEX = re.compile(r'\[(?P<arg_1>\d+)(;(?P<arg_2>\d+)(;(?P<arg_3>\d+))?)?m')
# https://mathiasbynens.be/demo/url-regex
URL_REGEX = re.compile(
r'(?=(' +
r'http[s]?://' + # start matching from allowed schemes