Skip to content

Commit aa007f9

Browse files
phanak-sapfilak-sap
authored andcommitted
chore: update testing dependencies to recent versions
1 parent f8f2959 commit aa007f9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

dev-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
requests==2.23.0
2-
pytest>=4.6.0
3-
responses>=0.8.1
1+
requests>=2.28.1
2+
pytest>=7.1.2
3+
responses>=0.21.0
44
setuptools>=38.2.4
55
setuptools-scm>=1.15.6
66
pylint==2.8.3
7-
pytest-cov==2.11.1
7+
pytest-cov>=3.0.0
88
codecov==2.1.11
99
flake8==3.8.4
1010
bandit==1.7.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ def _read(name):
4646
"flake8",
4747
"setuptools>=38.2.4",
4848
"setuptools-scm>=1.15.6",
49-
"requests==2.23.0",
50-
"responses>=0.8.1",
49+
"requests>=2.28.1",
50+
"responses>=0.21.0",
5151
"pylint",
52-
"pytest>=2.7.0",
53-
"pytest-cov",
52+
"pytest>=7.1.2",
53+
"pytest-cov>=3.0.0",
5454
"sphinx",
5555
],
5656
classifiers=[ # cf. http://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)