Skip to content

Commit

Permalink
Merge pull request #3499 from fonttools/pyup-scheduled-update-2024-05-06
Browse files Browse the repository at this point in the history
Scheduled weekly dependency update for week 18
  • Loading branch information
khaledhosny committed May 6, 2024
2 parents d4fd62d + d7aed5f commit b88a71b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Doc/docs-requirements.txt
@@ -1,4 +1,4 @@
sphinx==7.2.6
sphinx==7.3.7
sphinx_rtd_theme==2.0.0
reportlab==4.1.0
reportlab==4.2.0
freetype-py==2.4.0
2 changes: 1 addition & 1 deletion dev-requirements.txt
Expand Up @@ -5,4 +5,4 @@ sphinx>=1.5.5
mypy>=0.782

# Pin black as each version could change formatting, breaking CI randomly.
black==24.3.0
black==24.4.2
8 changes: 4 additions & 4 deletions requirements.txt
Expand Up @@ -4,17 +4,17 @@ 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.12.0; platform_python_implementation != "PyPy" and python_version >= '3.9'
scipy==1.13.0; 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
skia-pathops==0.8.0.post1; platform_python_implementation != "PyPy"
# this is only required to run Tests/cu2qu/{ufo,cli}_test.py
ufoLib2==0.16.0
ufo2ft==3.2.0
ufo2ft==3.2.1
pyobjc==10.2; sys_platform == "darwin"
freetype-py==2.4.0
uharfbuzz==0.39.1
glyphsLib==6.7.0 # this is only required to run Tests/varLib/interpolatable_test.py
lxml==5.2.0
glyphsLib==6.7.1 # this is only required to run Tests/varLib/interpolatable_test.py
lxml==5.2.1
sympy==1.12

0 comments on commit b88a71b

Please sign in to comment.