Skip to content

Commit ac28187

Browse files
committed
Update some dependencies
1 parent 88f46f1 commit ac28187

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212

1313
requireDev = [
1414
'Pygments>=2.6,<3', 'WebTest>=2.0,<3',
15-
'waitress>=1.4.3,<2', 'hupper>=1.10,<2',
15+
'waitress>=1.4.4,<2', 'hupper>=1.10,<2',
1616
]
1717
requireDocs = [
1818
'Sphinx>=2.4,<3', 'sphinx_rtd_theme>=0.4'
1919
]
2020
requireExamples = [
21-
'Pygments>=2.6,<3', 'Pillow>=7,<8', 'dominate>=2.5,<3', 'yattag>=1.13,<2',
22-
'DBUtils>=2,<4'
21+
'DBUtils>=2,<4', 'dominate>=2.5,<3', 'yattag>=1.13,<2',
22+
'Pygments>=2.6,<3', 'Pillow>=7,<9'
2323
]
2424
requireTests = [
25-
'psutil>=5.7,<6', 'flake8>=3.8,<4', 'pylint>=2.5,<3', 'tox>=3.15,<4',
25+
'psutil>=5.7,<6', 'flake8>=3.8,<4', 'pylint>=2.6,<3', 'tox>=3.20,<4',
2626
'pywin32>=227,<300;sys_platform=="win32"'
2727
] + requireDev + requireDocs + requireExamples
2828

@@ -55,6 +55,7 @@
5555
'Programming Language :: Python :: 3.6',
5656
'Programming Language :: Python :: 3.7',
5757
'Programming Language :: Python :: 3.8',
58+
'Programming Language :: Python :: 3.9',
5859
'Operating System :: OS Independent',
5960
],
6061
extras_require={

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ commands =
99

1010
[testenv:pylint]
1111
basepython = python3.8
12-
deps = pylint>=2.5,<3
12+
deps = pylint>=2.6,<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.42
25+
deps = check-manifest>=0.43
2626
commands =
2727
check-manifest -v
2828

0 commit comments

Comments
 (0)