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: githubofkrishnadhas/github-access-using-githubapp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: githubofkrishnadhas/github-access-using-githubapp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 10, 2024

  1. dependabot python package: bump cryptography from 42.0.5 to 43.0.1 (#10)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 43.0.1.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.5...43.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      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 10, 2024
    Configuration menu
    Copy the full SHA
    dbabe81 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. dependabot python package: bump cryptography from 43.0.1 to 43.0.3 (#11)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 43.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.1...43.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8d58b40 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. dependabot python package: bump cryptography from 43.0.3 to 44.0.0 (#12)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.3...44.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      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 Dec 19, 2024
    Configuration menu
    Copy the full SHA
    ffb0980 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. dependabot python package: bump cryptography from 44.0.0 to 44.0.2 (#15)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 44.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@44.0.0...44.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    f8a631c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. dependabot python package: bump cryptography from 44.0.2 to 45.0.5 (#23)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.2 to 45.0.5.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@44.0.2...45.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-version: 45.0.5
      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 Jul 15, 2025
    Configuration menu
    Copy the full SHA
    a9d0719 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. dependabot python package: bump cryptography from 45.0.5 to 47.0.0 (#36)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.5 to 47.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@45.0.5...47.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-version: 47.0.0
      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 Jun 1, 2026
    Configuration menu
    Copy the full SHA
    b15b511 View commit details
    Browse the repository at this point in the history
  2. Devops 384 action upgrade (#37)

    * feat: update the action to uv and python 3.13
    
    * feat: update the Dockerfile and entrypoint script
    
    * feat: update the Dockerfile
    
    * fix: jwt set up from pvt key
    githubofkrishnadhas authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    752e1a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b823aba View commit details
    Browse the repository at this point in the history
Loading