Skip to content

Bump git-autograder from 6.6.0 to 6.7.0#292

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/git-autograder-6.7.0
Closed

Bump git-autograder from 6.6.0 to 6.7.0#292
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/git-autograder-6.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Bumps git-autograder from 6.6.0 to 6.7.0.

Commits
  • a003568 chore: bump dependency versions (#35)
  • a840e9e Bump actions/checkout from 4 to 6 (#26)
  • 8a11eaa Bump astral-sh/setup-uv from 6 to 7 (#27)
  • 477c8dd Bump mypy from 1.19.1 to 1.20.0 (#28)
  • ca07ae0 Bump types-pytz from 2026.1.1.20260304 to 2026.1.1.20260402 (#31)
  • 7353b43 Implement infrastructure to grade exercises with pr (#30)
  • e041cc1 remove unused documentation code. (#34)
  • a4c947f chore: add first time contributor action (#33)
  • 79b0d5a Bump pytest from 9.0.2 to 9.0.3 (#32)
  • b6ce3a5 Add lefthook pre-commit hooks (#29)
  • Additional commits viewable in compare view

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 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 [git-autograder](https://github.com/git-mastery/git-autograder) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/git-mastery/git-autograder/releases)
- [Commits](git-mastery/git-autograder@v6.6.0...v6.7.0)

---
updated-dependencies:
- dependency-name: git-autograder
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 14, 2026
@github-actions
Copy link
Copy Markdown

Hi @dependabot[bot], thank you for your contribution! 🎉

This PR comes from your fork git-mastery/exercises on branch dependabot/uv/git-autograder-6.7.0.

Before you request for a review, please ensure that you have tested your changes locally!

Important

The previously recommended way of using ./test-download.py is no longer the best way to test your changes locally.

Please read the following instructions for the latest instructions.

Prerequisites

Ensure that you have the gitmastery app installed locally (instructions)

Testing steps

If you already have a local Git-Mastery root to test, you can skip the following step.

Create a Git-Mastery root locally:

gitmastery setup

Navigate into the Git-Mastery root (defaults to gitmastery-exercises/):

cd gitmastery-exercises/

Edit the .gitmastery.json configuration file. You need to set the following values under the exercises_source key.

{
    # other fields...
    "exercises_source": {
        "username": "git-mastery",
        "repository": "exercises",
        "branch": "dependabot/uv/git-autograder-6.7.0"
    }
}

Then, you can use the gitmastery app to download and verify your changes locally.

gitmastery download <your new change>
gitmastery verify

Checklist

  • (For exercises and hands-ons) I have verified that the downloading behavior works
  • (For exercises only) I have verified that the verification behavior is accurate

Important

To any reviewers of this pull request, please use the same instructions above to test the changes.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 14, 2026

Looks like git-autograder is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 14, 2026
@dependabot dependabot Bot deleted the dependabot/uv/git-autograder-6.7.0 branch April 14, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants