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: python-ellar/ellar-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aab1286
Choose a base ref
...
head repository: python-ellar/ellar-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b8938bc
Choose a head ref
  • 15 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 1, 2024

  1. Bump uvicorn[standard] from 0.27.1 to 0.29.0

    Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.27.1 to 0.29.0.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](Kludex/uvicorn@0.27.1...0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn[standard]
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6bb5f2e View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 1.8.0 to 1.9.0

    Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.8.0...1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4ff4669 View commit details
    Browse the repository at this point in the history
  3. Bump ruff from 0.3.0 to 0.3.4

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.4.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.3.0...v0.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    86a664d View commit details
    Browse the repository at this point in the history
  4. Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.12...v1.8.14)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9319322 View commit details
    Browse the repository at this point in the history
  5. Bump codecov/codecov-action from 4.1.0 to 4.1.1

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9e05ccb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #85 from python-ellar/dependabot/github_actions/co…

    …decov/codecov-action-4.1.1
    
    Bump codecov/codecov-action from 4.1.0 to 4.1.1
    eadwinCode authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    524f0b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from python-ellar/dependabot/github_actions/py…

    …pa/gh-action-pypi-publish-1.8.14
    
    Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14
    eadwinCode authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fd9f165 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #83 from python-ellar/dependabot/pip/ruff-0.3.4

    Bump ruff from 0.3.0 to 0.3.4
    eadwinCode authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    318b2c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #82 from python-ellar/dependabot/pip/mypy-1.9.0

    Bump mypy from 1.8.0 to 1.9.0
    eadwinCode authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d982bbe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #81 from python-ellar/dependabot/pip/uvicorn-stand…

    …ard--0.29.0
    
    Bump uvicorn[standard] from 0.27.1 to 0.29.0
    eadwinCode authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a314ab8 View commit details
    Browse the repository at this point in the history
  6. Update pytest-cov requirement from <5.0.0,>=2.12.0 to >=2.12.0,<6.0.0

    Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v2.12.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-cov
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dc1ddb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #80 from python-ellar/dependabot/pip/pytest-cov-gt…

    …e-2.12.0-and-lt-6.0.0
    
    Update pytest-cov requirement from <5.0.0,>=2.12.0 to >=2.12.0,<6.0.0
    eadwinCode authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8366b66 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

    eadwinCode committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    029cc68 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86 from python-ellar/ellar_074_upgrade

    Ellar 0.7.4 Upgrade
    eadwinCode authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b8938bc View commit details
    Browse the repository at this point in the history
Loading