summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-09-09 03:35:17 +0100
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-09-09 04:19:23 +0100
commitff01427a0e8995d85b942ac1a251792cceda9155 (patch)
tree6dbaf980661c0ee7cff290755ee47a21301d254c
parent62dd6852cff53f24f4d587c143f5e661ac851fc6 (diff)
downloadsphinx-git-ff01427a0e8995d85b942ac1a251792cceda9155.tar.gz
Bump dependency versions
-rw-r--r--setup.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index 166cb4980..95f29c9c2 100644
--- a/setup.py
+++ b/setup.py
@@ -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': [