Merge pull request #3367 from fonttools/pyup-scheduled-update-2023-12-04
Scheduled weekly dependency update for week 49
This commit is contained in:
commit
c7e00785c3
@ -1,4 +1,4 @@
|
||||
sphinx==7.2.6
|
||||
sphinx_rtd_theme==1.3.0
|
||||
reportlab==4.0.6
|
||||
sphinx_rtd_theme==2.0.0
|
||||
reportlab==4.0.7
|
||||
freetype-py==2.4.0
|
||||
|
@ -82,7 +82,10 @@ kernRE = re.compile(
|
||||
# regular expressions to parse composite info lines of the form:
|
||||
# Aacute 2 ; PCC A 0 0 ; PCC acute 182 211 ;
|
||||
compositeRE = re.compile(
|
||||
r"([.A-Za-z0-9_]+)" r"\s+" r"(\d+)" r"\s*;\s*" # char name # number of parts
|
||||
r"([.A-Za-z0-9_]+)" # char name
|
||||
r"\s+"
|
||||
r"(\d+)" # number of parts
|
||||
r"\s*;\s*"
|
||||
)
|
||||
componentRE = re.compile(
|
||||
r"PCC\s+" # PPC
|
||||
|
@ -5,4 +5,4 @@ sphinx>=1.5.5
|
||||
mypy>=0.782
|
||||
|
||||
# Pin black as each version could change formatting, breaking CI randomly.
|
||||
black==23.10.0
|
||||
black==23.11.0
|
||||
|
@ -4,7 +4,7 @@ brotli==1.1.0; platform_python_implementation != "PyPy"
|
||||
brotlicffi==1.1.0.0; platform_python_implementation == "PyPy"
|
||||
unicodedata2==15.1.0; python_version <= '3.11'
|
||||
scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' # pyup: ignore
|
||||
scipy==1.11.3; platform_python_implementation != "PyPy" and python_version >= '3.9'
|
||||
scipy==1.11.4; platform_python_implementation != "PyPy" and python_version >= '3.9'
|
||||
munkres==1.1.4; platform_python_implementation == "PyPy"
|
||||
zopfli==0.2.3
|
||||
fs==2.4.16
|
||||
@ -15,6 +15,6 @@ ufo2ft==2.33.4
|
||||
pyobjc==10.0; sys_platform == "darwin"
|
||||
freetype-py==2.4.0
|
||||
uharfbuzz==0.37.3
|
||||
glyphsLib==6.4.1 # this is only required to run Tests/varLib/interpolatable_test.py
|
||||
glyphsLib==6.6.0 # this is only required to run Tests/varLib/interpolatable_test.py
|
||||
lxml==4.9.3
|
||||
sympy==1.12
|
||||
|
Loading…
x
Reference in New Issue
Block a user