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

Bump ultralytics/actions from 0.0.22 to 0.0.38 in /.github/workflows #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps ultralytics/actions from 0.0.22 to 0.0.38.

Release notes

Sourced from ultralytics/actions's releases.

v0.0.38 - Fix is_url() wildcards (#350)

🌟 Summary

Release v0.0.38 improves URL validation compatibility, enhances software reliability with better testing, and updates documentation for clarity. 🚀

📊 Key Changes

  • Refined URL Validation (is_url()):
    • Enhanced HTTP headers for broader compatibility with different web server configurations.
    • Improved User-Agent and wildcard-based Accept headers for more robust URL handling.
  • Increased Test Coverage:
    • Introduced a new example test URL (bus.jpg) to validate the functionality of is_url().
    • Added a test print statement in the main script to demonstrate and verify URL handling behavior.
  • Documentation Update:
    • README clarified to specify that Swift code formatting requires the macos-latest runner in the workflow setup.
  • Version Bump: Official transition to version 0.0.38.

🎯 Purpose & Impact

  • Better URL Handling 🌐:
    • Strengthens the is_url() utility by making it more compatible with diverse web server environments.
    • Helps avoid issues when verifying links, ensuring smoother web resource validation for users and automated scripts.
  • Enhanced Reliability 🔍:
    • Added test cases and examples bolster confidence in URL-handling functionality while making debugging easier.
  • Improved Documentation 📖:
    • Clearer README documentation reduces confusion, making it easier for users to configure workflows, particularly those targeting Swift code workflows.
  • User Experience Boost 💡:
    • These changes collectively lead to more consistent tool performance and a better developer experience.

What's Changed

Full Changelog: ultralytics/actions@v0.0.37...v0.0.38

v0.0.36 - Add tests (#346)

🌟 Summary

This release (v0.0.36) introduces a robust testing system with a new GitHub Actions CI workflow, enhances project reliability through improved testing coverage, and updates dependencies for cleaner development. 🚀

📊 Key Changes

  • 🛠️ New CI Workflow: Added a GitHub Actions ci.yml for testing on ubuntu-latest and macos-latest with Python versions 3.12 and 3.13.
  • Scheduled Tests: Introduced daily runs at 00:00 UTC for consistent testing and maintenance.
  • 📦 Dependency Updates:
    • Removed "black" from development dependencies.
    • Added the requests library, enabling future utilities requiring external requests.
  • New Tests: Created test_urls.py to ensure URL validation using the is_url function.
  • 🔄 Version Updated: Bumped project version from 0.0.35 to 0.0.36.

🎯 Purpose & Impact

  • Improved Reliability: The new CI system ensures automated and thorough testing across multiple OS and Python environments, minimizing bugs and enhancing maintainability. 🌍
  • Streamlined Development: Removing unused dependencies like "black" simplifies the setup, while requests opens the door for more robust functionality. ✨
  • Enhanced Test Coverage: The new test_urls.py ensures core utilities such as URL validation are reliable, reducing potential integration errors. 🔍

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ultralytics/actions](https://github.com/ultralytics/actions) from 0.0.22 to 0.0.38.
- [Release notes](https://github.com/ultralytics/actions/releases)
- [Commits](ultralytics/actions@eb1201b...df36f01)

---
updated-dependencies:
- dependency-name: ultralytics/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Dependabot tried to add @glenn-jocher as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/step-security/ultralytics-clone/pulls/33/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the step-security/ultralytics-clone repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

The following labels could not be found: dependencies.

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.

0 participants