-
Notifications
You must be signed in to change notification settings - Fork 98
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
pyproject.toml: Fix typo in constraints dependencies #619
Conversation
570a01b
to
af134c9
Compare
7309076
to
41cb24b
Compare
@@ -127,7 +127,7 @@ contraints = [ | |||
"PyYAML==6.0", | |||
"requests==2.28.2", | |||
"responses==0.23.1", | |||
"rohmu==1.0.10", | |||
"rohmu==2.3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we bumping this version as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i had to update this and other versions as they failed to download during ci
41cb24b
to
a096913
Compare
Update constraints to use latest versions.
a096913
to
8e3a85e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #619 +/- ##
==========================================
- Coverage 90.90% 90.86% -0.05%
==========================================
Files 31 31
Lines 4917 4917
==========================================
- Hits 4470 4468 -2
- Misses 447 449 +2 |
About this change - What it does
Fixes typo of
constraints
dependencies in the pyproject.toml