Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IMC00/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: exercism/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 6, 2026

  1. Bump actions/checkout from 7.0.0 to 7.0.1 (exercism#4276)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@9c091bb...3d3c42e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2026
    Configuration menu
    Copy the full SHA
    b3b6920 View commit details
    Browse the repository at this point in the history
  2. Bump actions/stale from 10.3.0 to 11.0.0 (exercism#4277)

    Bumps [actions/stale](https://github.com/actions/stale) from 10.3.0 to 11.0.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@eb5cf3a...4391f3d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 11.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2026
    Configuration menu
    Copy the full SHA
    c2c6348 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-python from 6.3.0 to 7.0.0 (exercism#4278)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@ece7cb0...5fda3b9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2026
    Configuration menu
    Copy the full SHA
    ebaded9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. [Ellen's Alien Game] Test that an instance variable is used for the h…

    …ealth, not a class variable. (exercism#4273)
    
    * [Ellen's Alien Game] Test that an instance variable is used for the health, not a class variable.
    
    * Update docstrings and strings (quotes, trailing spaces)
    
    * Drop unneeded test
    
    * Replace tab with spaces
    IsaacG authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    1f6aab8 View commit details
    Browse the repository at this point in the history
Loading