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.46.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.46.3
Choose a head ref
  • 3 commits
  • 3 files changed
  • 4 contributors

Commits on Feb 25, 2026

  1. 👷 ci(schemastore): branch from upstream master (#3828)

    The SchemaStore update workflow creates its branch from the fork's
    default branch, which can be stale relative to SchemaStore's `master`.
    This produces PRs with merge conflicts (as seen in
    SchemaStore/schemastore#5414).
    
    Fetching and branching from `upstream/master` ensures the PR is always
    based on the latest SchemaStore code, avoiding conflicts.
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    gaborbernat and pre-commit-ci[bot] authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    cd99254 View commit details
    Browse the repository at this point in the history
  2. Fix outdated min version of virtualenv (#3829)

    The recent 4.46.0 release introduced the feature[1] which requires
    virtualenv>=20.39.0 .
    
    [1] #3815
    
    - [x] ran the linter to address style issues (`tox -e fix`)
    - [x] wrote descriptive pull request text
    - [x] ensured there are test(s) validating the fix
    - [x] added news fragment in `docs/changelog` folder
    - [x] updated/extended the documentation
    kajinamit authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    dde9a37 View commit details
    Browse the repository at this point in the history
  3. release 4.46.3

    gaborbernat committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    1a62ec8 View commit details
    Browse the repository at this point in the history
Loading