Skip to content

Commit

Permalink
Change junitparser dependency, fixed to 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tattoo committed Oct 17, 2023
1 parent 97bd450 commit cd75d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
robotframework>=3.0.4
junitparser>=1.2.2,<2.0
junitparser==2.0
PyYAML>=3.13

### Dev
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
license='MIT',
install_requires=[
'robotframework>=3.0.4',
'junitparser>=1.2.2,<2.0',
'junitparser==2.0',
'PyYAML>=3.13'
],
packages=find_packages(SRC),
Expand Down

0 comments on commit cd75d7e

Please sign in to comment.