Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 070095e commit e274ca0
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 @@ -98,7 +98,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.0',
'junitparser==3.1.1',
'coverage[toml]==7.3.4',
'fasteners==0.18', # object store tests require fasteners
'pytest==7.4.3',
Expand Down

0 comments on commit e274ca0

Please sign in to comment.