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: BrianPugh/tamp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: BrianPugh/tamp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 17 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 5, 2023

  1. update cyclopts

    BrianPugh committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    41fbe06 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Bump cyclopts from 1.0.0 to 1.0.1

    Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/BrianPugh/cyclopts/releases)
    - [Commits](BrianPugh/cyclopts@v1.0.0...v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cyclopts
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    64cc0cb View commit details
    Browse the repository at this point in the history
  2. Bump typing-extensions from 4.8.0 to 4.9.0

    Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.8.0 to 4.9.0.
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.8.0...4.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2f7ec44 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Bump black from 23.11.0 to 23.12.0

    Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.11.0...23.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c41c8da View commit details
    Browse the repository at this point in the history
  2. Bump cyclopts from 1.0.1 to 1.1.0

    Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 1.0.1 to 1.1.0.
    - [Release notes](https://github.com/BrianPugh/cyclopts/releases)
    - [Commits](BrianPugh/cyclopts@v1.0.1...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: cyclopts
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4784e8c View commit details
    Browse the repository at this point in the history
  3. Bump coverage from 7.3.2 to 7.3.3

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.3.3.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.3.2...7.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    509d8b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Bump cython from 3.0.6 to 3.0.7

    Bumps [cython](https://github.com/cython/cython) from 3.0.6 to 3.0.7.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@3.0.6...3.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e2a1e94 View commit details
    Browse the repository at this point in the history
  2. Bump cyclopts from 1.1.0 to 1.2.0

    Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 1.1.0 to 1.2.0.
    - [Release notes](https://github.com/BrianPugh/cyclopts/releases)
    - [Commits](BrianPugh/cyclopts@v1.1.0...v1.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: cyclopts
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    8102a69 View commit details
    Browse the repository at this point in the history
  3. Bump coverage from 7.3.3 to 7.3.4

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.3 to 7.3.4.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.3.3...7.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    b3f8281 View commit details
    Browse the repository at this point in the history
  4. Bump black from 23.12.0 to 23.12.1

    Bumps [black](https://github.com/psf/black) from 23.12.0 to 23.12.1.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.0...23.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6b2f7ec View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump cyclopts from 1.2.0 to 1.3.0

    Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 1.2.0 to 1.3.0.
    - [Release notes](https://github.com/BrianPugh/cyclopts/releases)
    - [Commits](BrianPugh/cyclopts@v1.2.0...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: cyclopts
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    2ad1b4f View commit details
    Browse the repository at this point in the history
  2. Bump pytest from 7.4.3 to 7.4.4

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.3...7.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    841a053 View commit details
    Browse the repository at this point in the history
  3. Bump coverage from 7.3.4 to 7.4.0

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.4 to 7.4.0.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.3.4...7.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    3d0a5af View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Bump mpremote from 1.21.0 to 1.22.0

    Bumps [mpremote](https://github.com/micropython/micropython) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/micropython/micropython/releases)
    - [Commits](micropython/micropython@v1.21.0...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: mpremote
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a2fbd48 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Bump cyclopts from 1.3.0 to 2.0.0

    Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 1.3.0 to 2.0.0.
    - [Release notes](https://github.com/BrianPugh/cyclopts/releases)
    - [Commits](BrianPugh/cyclopts@v1.3.0...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cyclopts
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ce22ff3 View commit details
    Browse the repository at this point in the history
  2. Bump gitpython from 3.1.40 to 3.1.41

    Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41.
    - [Release notes](https://github.com/gitpython-developers/GitPython/releases)
    - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
    - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41)
    
    ---
    updated-dependencies:
    - dependency-name: gitpython
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f0c0128 View commit details
    Browse the repository at this point in the history
  3. Bump cython from 3.0.7 to 3.0.8

    Bumps [cython](https://github.com/cython/cython) from 3.0.7 to 3.0.8.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@3.0.7...3.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    74ace6a View commit details
    Browse the repository at this point in the history
Loading