Skip to content

Commit d7d2deb

Browse files
Update junitparser requirement from <2.0.0 to <4.0.0
Updates the requirements on [junitparser](https://github.com/weiwei/junitparser) to permit the latest version. - [Changelog](https://github.com/weiwei/junitparser/blob/master/CHANGELOG.md) - [Commits](weiwei/junitparser@0.9...3.2.0) --- updated-dependencies: - dependency-name: junitparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 302ff7e commit d7d2deb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ requests>=2.13.0
22
jsonmerge
33
six
44
pydash
5-
junitparser<2.0.0
5+
junitparser<4.0.0
66
urllib3>=1.26.0,<2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run(self):
7474
"jsonmerge",
7575
"six",
7676
"pydash",
77-
"junitparser<2.0.0"
77+
"junitparser<4.0.0"
7878
],
7979
classifiers=[
8080
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)