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: VWS-Python/vws-python-mock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 96da949
Choose a base ref
...
head repository: VWS-Python/vws-python-mock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8514ff2
Choose a head ref
  • 10 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 19, 2026

  1. Bump sphinx from 8.2.3 to 9.1.0

    Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.3 to 9.1.0.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinx@v8.2.3...v9.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-version: 9.1.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    8b380c1 View commit details
    Browse the repository at this point in the history
  2. Bump doc8

    adamtheturtle committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    84db2aa View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Support Python 3.14

    adamtheturtle committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    cf32a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1fb4bf View commit details
    Browse the repository at this point in the history
  3. Don't bump Sphinx

    adamtheturtle committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    8d494ba View commit details
    Browse the repository at this point in the history
  4. Fix secrets file lookup for multi-Python matrix

    Use modulo arithmetic to map job index to secrets file index,
    ensuring that adding Python versions to the matrix doesn't break
    the secrets file lookup. Each test pattern maps to the same
    secrets file regardless of Python version.
    
    The number of secrets files is determined dynamically from
    the extracted tarball.
    adamtheturtle committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    0642472 View commit details
    Browse the repository at this point in the history
  5. Support only 3.14

    adamtheturtle committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    bfc5cf0 View commit details
    Browse the repository at this point in the history
  6. Fix ruff

    adamtheturtle committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    9a342f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Revert "Fix ruff"

    This reverts commit 9a342f4.
    adamtheturtle committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    6276f37 View commit details
    Browse the repository at this point in the history
  2. Ignore ruff TC rules until beartype supports TYPE_CHECKING

    Beartype requires imports to be available at runtime, not just under
    `if TYPE_CHECKING`. See beartype/beartype#594
    for when beartype 0.23 will add support for TYPE_CHECKING imports.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    adamtheturtle and claude committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    8514ff2 View commit details
    Browse the repository at this point in the history
Loading