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: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.7
Choose a base ref
...
head repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.8
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 5, 2026

  1. chore(deps): bump gitpython from 3.1.50 to 3.1.57 (#280)

    Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.57.
    - [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.50...3.1.57)
    
    ---
    updated-dependencies:
    - dependency-name: gitpython
      dependency-version: 3.1.57
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    73b255e View commit details
    Browse the repository at this point in the history
  2. ci(deps): bump the github-actions-minor-patch group across 1 director…

    …y with 2 updates (#276)
    
    Bumps the github-actions-minor-patch group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
    
    
    Updates `docker/build-push-action` from 7.2.0 to 7.3.0
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@f9f3042...53b7df9)
    
    Updates `pypa/gh-action-pypi-publish` from 1.14.0 to 1.14.1
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@cef2210...ba38be9)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-version: 7.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-minor-patch
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.14.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-minor-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    dependabot[bot] and lelia authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    ef81032 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump axios from 1.16.1 to 1.18.0 in /tests/e2e/fixtures/…

    …simple-npm (#262)
    
    * chore(deps): bump axios in /tests/e2e/fixtures/simple-npm
    
    Bumps [axios](https://github.com/axios/axios) from 1.16.1 to 1.18.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.16.1...v1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-version: 1.18.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestion from @lelia
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    dependabot[bot] and lelia authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    17a5567 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump cryptography from 46.0.7 to 50.0.0 (#281)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 50.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@46.0.7...50.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-version: 50.0.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    dependabot[bot] and lelia authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    f434d9e View commit details
    Browse the repository at this point in the history
  5. ci(deps): bump actions/checkout from 6.0.2 to 7.0.0 (#241)

    * ci(deps): bump actions/checkout from 6.0.2 to 7.0.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@de0fac2...9c091bb)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    dependabot[bot] and lelia authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    74a1d39 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump the python-minor-patch group across 1 directory wit…

    …h 6 updates (#282)
    
    Bumps the python-minor-patch group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [prettytable](https://github.com/prettytable/prettytable) | `3.17.0` | `3.18.0` |
    | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.16.0` |
    | [uv](https://github.com/astral-sh/uv) | `0.11.17` | `0.12.0` |
    | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.1` |
    | [hatch](https://github.com/pypa/hatch) | `1.16.5` | `1.17.1` |
    
    
    
    Updates `prettytable` from 3.17.0 to 3.18.0
    - [Release notes](https://github.com/prettytable/prettytable/releases)
    - [Changelog](https://github.com/prettytable/prettytable/blob/main/CHANGELOG.md)
    - [Commits](prettytable/prettytable@3.17.0...3.18.0)
    
    Updates `pytest` from 9.0.3 to 9.1.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@9.0.3...9.1.1)
    
    Updates `ruff` from 0.15.14 to 0.16.0
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.15.14...0.16.0)
    
    Updates `uv` from 0.11.17 to 0.12.0
    - [Release notes](https://github.com/astral-sh/uv/releases)
    - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/uv@0.11.17...0.12.0)
    
    Updates `pre-commit` from 4.6.0 to 4.6.1
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.1)
    
    Updates `hatch` from 1.16.5 to 1.17.1
    - [Release notes](https://github.com/pypa/hatch/releases)
    - [Commits](pypa/hatch@hatch-v1.16.5...hatch-v1.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: hatch
      dependency-version: 1.17.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: pre-commit
      dependency-version: 4.6.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: python-minor-patch
    - dependency-name: prettytable
      dependency-version: 3.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: pytest
      dependency-version: 9.1.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: ruff
      dependency-version: 0.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: uv
      dependency-version: 0.12.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    dependabot[bot] and lelia authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    cdacf3b View commit details
    Browse the repository at this point in the history
  7. Bump pinned @coana-tech/cli to 15.10.2 (#279)

    Co-authored-by: socket-pr-bot[bot] <294242679+socket-pr-bot[bot]@users.noreply.github.com>
    Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
    socket-pr-bot[bot] and lelia authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    2387206 View commit details
    Browse the repository at this point in the history
Loading