Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

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

Commits on Jun 3, 2026

  1. chore(deps): bump the python-minor-patch group across 1 directory wit…

    …h 7 updates (#223)
    
    Bumps the python-minor-patch group with 7 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [requests](https://github.com/psf/requests) | `2.33.0` | `2.34.2` |
    | [markdown](https://github.com/Python-Markdown/markdown) | `3.10` | `3.10.2` |
    | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` |
    | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.15.14` |
    | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.0` |
    | [hatch](https://github.com/pypa/hatch) | `1.16.2` | `1.16.5` |
    
    
    
    Updates `requests` from 2.33.0 to 2.34.2
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.33.0...v2.34.2)
    
    Updates `markdown` from 3.10 to 3.10.2
    - [Release notes](https://github.com/Python-Markdown/markdown/releases)
    - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
    - [Commits](Python-Markdown/markdown@3.10.0...3.10.2)
    
    Updates `pytest-cov` from 7.0.0 to 7.1.0
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)
    
    Updates `pytest-asyncio` from 1.3.0 to 1.4.0
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0)
    
    Updates `ruff` from 0.14.10 to 0.15.14
    - [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.14.10...0.15.14)
    
    Updates `pre-commit` from 4.5.1 to 4.6.0
    - [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.5.1...v4.6.0)
    
    Updates `hatch` from 1.16.2 to 1.16.5
    - [Release notes](https://github.com/pypa/hatch/releases)
    - [Commits](pypa/hatch@hatch-v1.16.2...hatch-v1.16.5)
    
    ---
    updated-dependencies:
    - dependency-name: hatch
      dependency-version: 1.16.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-minor-patch
    - dependency-name: markdown
      dependency-version: 3.10.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-minor-patch
    - dependency-name: pre-commit
      dependency-version: 4.6.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: pytest-asyncio
      dependency-version: 1.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: pytest-cov
      dependency-version: 7.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: requests
      dependency-version: 2.34.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-minor-patch
    - dependency-name: ruff
      dependency-version: 0.15.14
      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>
    dependabot[bot] authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    47dbf42 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump packaging in the python-major group across 1 direct…

    …ory (#215)
    
    Bumps the python-major group with 1 update in the / directory: [packaging](https://github.com/pypa/packaging).
    
    
    Updates `packaging` from 25.0 to 26.2
    - [Release notes](https://github.com/pypa/packaging/releases)
    - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
    - [Commits](pypa/packaging@25.0...26.2)
    
    ---
    updated-dependencies:
    - dependency-name: packaging
      dependency-version: '26.2'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-major
    ...
    
    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 Jun 3, 2026
    Configuration menu
    Copy the full SHA
    1e8d0eb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. docs: correct remaining reachability reference gaps (#228)

    Reachability-reference fixes layered on current main (v2.4.5):
    
    - Document the uv + Enterprise-plan prerequisites the CLI enforces before
      running reachability (exit 3), and that per-ecosystem build toolchains are
      the analysis engine's runtime check, not a CLI pre-check.
    - Correct --reach-min-severity values to info/low/moderate/high/critical.
    - Document --reach-enable-analysis-splitting, --reach-detailed-analysis-log-file,
      --reach-lazy-mode, --reach-use-only-pregenerated-sboms.
    - Clarify --only-facts-file submits only the facts file when creating the full
      scan (no pre-existing scan required).
    - Note --reach creates a tier-1 full-application scan (scan_type=socket_tier1).
    
    Docs-only; the version bump + uv.lock are mandated by the sync-version hook.
    mtorp authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    405fdc9 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.