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: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.30.2
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.30.3
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 18, 2025

  1. Configuration menu
    Copy the full SHA
    0805c83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e32426 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#3608)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.11...v0.13.1)
    - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    393de39 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Fix incorrect type annotations in PythonPathPackageWithDeps (fixes #3607

    ) (#3616)
    
    * fix: correct type annotations in PythonPathPackageWithDeps (fixes #3607)
    
    Changed deps parameter from Sequence[Any] to Sequence[Requirement]
    and self.deps attribute from Sequence[Package] to Sequence[Requirement]
    to match actual runtime usage throughout the codebase.
    
    Added changelog entry documenting the fix.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    PreistlyPython and pre-commit-ci[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    660adb5 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#3615)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
    pre-commit-ci[bot] and gaborbernat authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    984dc78 View commit details
    Browse the repository at this point in the history
  3. release 4.30.3

    gaborbernat committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    01442da View commit details
    Browse the repository at this point in the history
Loading