Skip to content

Commit

Permalink
Bump junitparser from 3.1.1 to 3.1.2 (#3056)
Browse files Browse the repository at this point in the history
Bumps [junitparser](https://github.com/weiwei/junitparser) from 3.1.1 to 3.1.2.
- [Changelog](https://github.com/weiwei/junitparser/blob/master/CHANGELOG.md)
- [Commits](weiwei/junitparser@3.1.1...3.1.2)

---
updated-dependencies:
- dependency-name: junitparser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and Chuck Tang committed May 16, 2024
1 parent 3144900 commit c36870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def package_files(prefix: str, directory: str, extension: str):
# Pinning versions strictly to avoid random test failures.
# Should manually update dependency versions occassionally.
'custom_inherit==2.4.1',
'junitparser==3.1.1',
'junitparser==3.1.2',
'coverage[toml]==7.4.1',
'fasteners==0.18', # object store tests require fasteners
'pytest==7.4.4',
Expand Down

0 comments on commit c36870d

Please sign in to comment.