Skip to content

Commit bd823f1

Browse files
authored
chore: Upgrade outdated dependencies in base.txt and dev.txt (#1744)
* chore: Update versions in in base.txt (no effective difference) * chore: Update versions specified with ">=" in dev.txt * Fallback pytest to 4.6.x for python2
1 parent 3c1199b commit bd823f1

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pyrsistent~=0.16.0; python_version<"3"
22
boto3~=1.5
33
enum34~=1.1; python_version<"3.4"
4-
jsonschema~=3.0
5-
six~=1.11
4+
jsonschema~=3.2
5+
six~=1.15
66

requirements/dev.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
coverage>=4.4.0
2-
flake8>=3.3.0
3-
tox>=2.2.1
4-
pytest-cov>=2.4.0
1+
coverage>=5.3
2+
flake8>=3.8.4
3+
tox>=3.20.1
4+
pytest-cov>=2.10.1
55
pylint>=1.7.2,<2.0
6-
pyyaml>=5.1
6+
pyyaml>=5.3.1
77

88
# Test requirements
9-
pytest>=3.0.7
10-
mock>=2.0.0
11-
parameterized>=0.6.1
9+
pytest>=6.1.1; python_version >= '3.6'
10+
pytest~=4.6.11; python_version < '3.6' # pytest dropped python 2 support after 4.6.x
11+
mock>=3.0.5,<4.0.0 # 4.0.0 drops Python 2 support
12+
parameterized>=0.7.4
1213

1314
# Requirements for examples
14-
requests>=2.20.0
15+
requests>=2.24.0
1516

1617
# CLI requirements
1718
docopt>=0.6.2

0 commit comments

Comments
 (0)