diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-09 03:35:17 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-09 04:19:23 +0100 |
commit | ff01427a0e8995d85b942ac1a251792cceda9155 (patch) | |
tree | 6dbaf980661c0ee7cff290755ee47a21301d254c /setup.py | |
parent | 62dd6852cff53f24f4d587c143f5e661ac851fc6 (diff) | |
download | sphinx-git-ff01427a0e8995d85b942ac1a251792cceda9155.tar.gz |
Bump dependency versions
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -86,17 +86,17 @@ setup( 'sphinxcontrib-htmlhelp>=2.0.0', 'sphinxcontrib-serializinghtml>=1.1.5', 'sphinxcontrib-qthelp', - 'Jinja2>=2.3', - 'Pygments>=2.0', + 'Jinja2>=3.0', + 'Pygments>=2.8', 'docutils>=0.14,<0.20', - 'snowballstemmer>=1.1', - 'babel>=1.3', + 'snowballstemmer>=2.0', + 'babel>=2.9', 'alabaster>=0.7,<0.8', - 'imagesize', + 'imagesize>=1.3', 'requests>=2.5.0', - 'packaging', - "importlib-metadata>=4.4; python_version < '3.10'", - "colorama>=0.3.5; sys_platform == 'win32'", + 'packaging>=21.0', + "importlib-metadata>=4.8; python_version < '3.10'", + "colorama>=0.4.5; sys_platform == 'win32'", ], extras_require={ 'docs': [ |