Conversation
| # Update dependencies to latest compatible versions | ||
| update: | ||
| uv lock --upgrade | ||
| uv sync --upgrade |
There was a problem hiding this comment.
@mcosgriff I had to change this to get uv to update all the outdated packages
There was a problem hiding this comment.
This will update the pyproject.toml or just the lock file?
There was a problem hiding this comment.
Appears to be just the lock file
|
|
||
| # Development Dependencies | ||
| s.add_development_dependency 'benchmark-ips', '~> 2.9' | ||
| s.add_development_dependency 'diff-lcs', '~> 1.4' if RUBY_ENGINE == 'ruby' # Get latest for MRI |
There was a problem hiding this comment.
@ryanmelt I couldn't find that this was used so I removed it
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2862 +/- ##
==========================================
+ Coverage 78.72% 78.73% +0.01%
==========================================
Files 667 667
Lines 54496 54503 +7
Branches 731 731
==========================================
+ Hits 42904 42915 +11
+ Misses 11512 11508 -4
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add retry logic to OpenC3Authentication for transient DNS/connection failures during script subprocess startup in Docker. Also fix a timezone race condition in TlmViewer where the playback date/time fields could be populated before the time_zone setting loaded, causing playback to query the wrong time. Await the get_setting call in created() to match the DataExtractor pattern. Add error handling for screen list API calls and guard against undefined responses when loading screens. Add data-test attribute to NewScreenDialog target selector for reliable test targeting. Co-Authored-By: Claude Opus 4.6 <[email protected]>
|


No description provided.