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: executablebooks/jupyter-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: executablebooks/jupyter-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 14 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 13, 2024

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
    - [github.com/asottile/pyupgrade: v3.3.1 → v3.17.0](asottile/pyupgrade@v3.3.1...v3.17.0)
    - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
    - [github.com/psf/black: 23.3.0 → 24.8.0](psf/black@23.3.0...24.8.0)
    - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
    
    * [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>
    pre-commit-ci[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    968081f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. MAINT: pre-commit config updates (#118)

    * MAINT: only doing monthly pre-commit update
    
    * MAINT: removing pre-commit GHA as it's in maintenance-only mode in favour of pre-commit.ci that we already use
    bsipocz authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    960ee31 View commit details
    Browse the repository at this point in the history
  2. DEV: Update API calls to datetime functionality (#117)

    * DEV: Update API calls to datetime functionality
    
    * DEV: Use newer APIs for Python >= 3.11
    
    * DEV: Use datetime API without depending upon Python version
    
    * MISC: Remove unused import
    
    * [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>
    Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
    3 people authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a5efd20 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-python from 4 to 5 (#121)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      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 Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7beaee2 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 3 to 4 (#122)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1d2cda0 View commit details
    Browse the repository at this point in the history
  5. MAINT: remove upper limit of pytest (#115)

    * MAINT: remove upper limit of pytest
    
    * MAINT: update actions' versions
    
    * Update .github/workflows/tests.yml
    
    ---------
    
    Co-authored-by: Angus Hollands <goosey15@gmail.com>
    bsipocz and agoose77 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    50ee4d3 View commit details
    Browse the repository at this point in the history
  6. CI: add cron and workflow dispatch (#119)

    * CI: default branch has been renamed
    
    * CI: adding cron
    
    * CI: adding workflow_dispatch
    
    ---------
    
    Co-authored-by: Angus Hollands <goosey15@gmail.com>
    bsipocz and agoose77 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e12e9ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe94451 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    50ee895 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

    updates:
    - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
    - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6fc92da View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    1c5f6d1 View commit details
    Browse the repository at this point in the history
  2. MAINT: update dependabot config (#127)

    * MAINT: switching to monthly dependabot and use only for actions
    
    * CI: group dependabot updates
    
    * CI: update codecov action version
    
    ---------
    
    Co-authored-by: Angus Hollands <goosey15@gmail.com>
    bsipocz and agoose77 authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0de930a View commit details
    Browse the repository at this point in the history
  3. chore: bump version (#133)

    agoose77 authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    65578f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16f0dbd View commit details
    Browse the repository at this point in the history
Loading