Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency coverage to v7.6.1 #2007

Merged
merged 1 commit into from
Aug 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ certifi==2024.7.4
cfgv==3.4.0
click==8.1.7
colorama==0.4.6; sys_platform == "win32" or platform_system == "Windows"
coverage==7.6.0
coverage==7.6.1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'coverage' library version has been updated from 7.6.0 to 7.6.1. Be sure to check for any breaking changes in this library version. Run the test suite to make sure existing functionality hasn't been negatively impacted by this change.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The coverage version has been updated from 7.6.0 to 7.6.1. Please ensure the new version is compatible with the existing system and other dependencies. Also, it would be helpful if a brief explanation is provided on why this update is necessary.

distlib==0.3.8
filelock==3.15.4
flake8==7.1.0
Expand Down
Loading