Skip to content

Commit bce1797

Browse files
targosrichardlau
authored andcommitted
deps: V8: patch jinja2 for Python 3.10 compat
PR-URL: nodejs#40296 Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent adfc34c commit bce1797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.84',
39+
'v8_embedder_string': '-node.85',
4040

4141
##### V8 defaults for Node.js #####
4242

deps/v8/third_party/jinja2/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111
import operator
1212
import re
13-
from collections import Mapping
13+
from collections.abc import Mapping
1414
from jinja2.runtime import Undefined
1515
from jinja2._compat import text_type, string_types, integer_types
1616
import decimal

0 commit comments

Comments
 (0)