Skip to content

Commit f4f29bc

Browse files
committed
chore: update PyJWT version to <2.0.0 and restrict other req versions
1 parent 929923d commit f4f29bc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# test dependencies
2-
pytest>=2.8.2
3-
responses>=0.9.0
4-
pylint>=1.4.4
5-
tox>=2.9.1
6-
pytest-rerunfailures>=3.1
2+
pytest>=2.8.2,<7.0.0
3+
responses>=0.9.0,<1.0.0
4+
pylint>=1.4.4,<3.0.0
5+
tox>=2.9.1,<4.0.0
6+
pytest-rerunfailures>=3.1,<10.0.0
77

88
# code coverage
9-
coverage<5
10-
codecov>=1.6.3
11-
pytest-cov>=2.2.1
9+
coverage<5,<6.0.0
10+
codecov>=1.6.3,<3.0.0
11+
pytest-cov>=2.2.1,<3.0.0
1212

1313
# semantic
14-
bumpversion>=0.5.3
14+
bumpversion>=0.5.3,<1.0.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests>=2.20,<3.0
2-
python_dateutil>=2.5.3
3-
PyJWT >=1.7.1
2+
python_dateutil>=2.5.3,<3.0.0
3+
PyJWT >=1.7.1,<2.0.0

0 commit comments

Comments
 (0)