Skip to content

Commit 1200d7b

Browse files
committed
Update dependencies
1 parent ed30394 commit 1200d7b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@
1111
long_description = fh.read()
1212

1313
requireDev = [
14-
'Pygments>=2,<3', 'waitress>=1.4.3,<2', 'hupper>=1.9,<2', 'WebTest>=2,<3'
14+
'Pygments>=2.6,<3', 'WebTest>=2.0,<3',
15+
'waitress>=1.4.3,<2', 'hupper>=1.10,<2',
1516
]
1617
requireDocs = [
17-
'Sphinx>=2.3,<3', 'sphinx_rtd_theme>=0.4'
18+
'Sphinx>=2.4,<3', 'sphinx_rtd_theme>=0.4'
1819
]
1920
requireExamples = [
20-
'Pygments>=2,<3', 'Pillow>=6,<8', 'dominate>=2,<3', 'yattag>=1,<2'
21+
'Pygments>=2.6,<3', 'Pillow>=7,<8', 'dominate>=2.5,<3', 'yattag>=1.13,<2'
2122
]
2223
requireTests = [
23-
'psutil>=5,<6', 'flake8>=3.7,<4', 'pylint>=2.4,<3', 'tox>=3.14,<4',
24+
'psutil>=5.7,<6', 'flake8>=3.8,<4', 'pylint>=2.5,<3', 'tox>=3.15,<4',
2425
'pywin32>=227,<300;sys_platform=="win32"'
2526
] + requireDev + requireDocs + requireExamples
2627

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ envlist = py{36,37,38}, flake8, pylint, docs, manifest
33

44
[testenv:flake8]
55
basepython = python3.8
6-
deps = flake8>=3.7,<4
6+
deps = flake8>=3.8,<4
77
commands =
88
flake8 webware setup.py
99

1010
[testenv:pylint]
1111
basepython = python3.8
12-
deps = pylint>=2.4,<3
12+
deps = pylint>=2.5,<3
1313
commands =
1414
pylint webware
1515

@@ -22,7 +22,7 @@ commands =
2222

2323
[testenv:manifest]
2424
basepython = python3.8
25-
deps = check-manifest>=0.39
25+
deps = check-manifest>=0.42
2626
commands =
2727
check-manifest -v
2828

0 commit comments

Comments
 (0)