Skip to content

Feature/dependabot uv lock #1061

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

Merged
merged 2 commits into from
Aug 12, 2025
Merged

Feature/dependabot uv lock #1061

merged 2 commits into from
Aug 12, 2025

Conversation

tm91236
Copy link
Member

@tm91236 tm91236 commented Aug 11, 2025

PR Type

Closes #1058.

  • Feature
  • CI related changes

Description

Replace the custom uv_lock_autoupdate.yml workflow with dependabot.

How Has This Been Tested?

N/A

Does this PR introduce a breaking change?

Removes the requirements-doc.txt which, pending merge of #1060, is no longer required.

Checklist before requesting a review

  • I have made sure that my PR is not a duplicate.
  • My code follows the style guidelines of this project.
  • I have ensured my code is easy to understand, including docstrings and comments where necessary.
  • I have performed a self-review of my code.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.
  • I have updated CHANGELOG.md, if appropriate.

@tm91236 tm91236 force-pushed the feature/dependabot-uv-lock branch from 4db5362 to d4acc49 Compare August 11, 2025 13:29
Copy link
Contributor

Performance review

Commit 15ea58b - Merge d4acc49 into caa7cd3

No significant changes to performance.

Copy link
Contributor

Performance review

Commit 9d4e0ec - Merge 4cb215a into caa7cd3

No significant changes to performance.

With the merge of #1060, there is no longer a need to maintain the
exported `requirements-doc.txt` file.
@tm91236 tm91236 force-pushed the feature/dependabot-uv-lock branch from 4cb215a to 8fb1599 Compare August 12, 2025 08:03
Copy link
Contributor

Performance review

Commit 294e0b7 - Merge 8fb1599 into 6db6d6d

No significant changes to performance.

@gchqdev227 gchqdev227 self-requested a review August 12, 2025 10:41
Copy link
Member

@gchqdev227 gchqdev227 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@tm91236 tm91236 merged commit e571ea1 into main Aug 12, 2025
21 checks passed
@tm91236 tm91236 deleted the feature/dependabot-uv-lock branch August 12, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use dependabot for automatically updating the uv.lock.
2 participants