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: openbsd/src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: offsoc/OpenBSD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 10, 2025

  1. build(deps): bump the pip group across 1 directory with 5 updates

    Bumps the pip group with 5 updates in the /gnu/llvm/llvm/utils/git directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [certifi](https://github.com/certifi/python-certifi) | `2022.9.24` | `2024.7.4` |
    | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.28` | `3.1.41` |
    | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
    | [requests](https://github.com/psf/requests) | `2.28.1` | `2.32.4` |
    | [urllib3](https://github.com/urllib3/urllib3) | `1.26.12` | `1.26.19` |
    
    
    
    Updates `certifi` from 2022.9.24 to 2024.7.4
    - [Commits](certifi/python-certifi@2022.09.24...2024.07.04)
    
    Updates `gitpython` from 3.1.28 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.28...3.1.41)
    
    Updates `idna` from 3.4 to 3.7
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.4...v3.7)
    
    Updates `requests` from 2.28.1 to 2.32.4
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.1...v2.32.4)
    
    Updates `urllib3` from 1.26.12 to 1.26.19
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.12...1.26.19)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-version: 2024.7.4
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: gitpython
      dependency-version: 3.1.41
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: idna
      dependency-version: '3.7'
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: urllib3
      dependency-version: 1.26.19
      dependency-type: indirect
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    4a97c06 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Configuration menu
    Copy the full SHA
    9dee456 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from offsoc/dependabot/pip/gnu/llvm/llvm/utils/…

    …git/pip-db48cc5d1f
    
    build(deps): bump the pip group across 1 directory with 5 updates
    offsoc authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    dcee793 View commit details
    Browse the repository at this point in the history
  3. Bump the pip group across 2 directories with 7 updates

    Bumps the pip group with 5 updates in the /gnu/llvm/llvm/utils/git directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` |
    | [cryptography](https://github.com/pyca/cryptography) | `42.0.5` | `44.0.1` |
    | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.4` |
    | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.6.0` |
    | [black](https://github.com/psf/black) | `23.12.1` | `24.3.0` |
    
    Bumps the pip group with 5 updates in the /gnu/llvm/llvm/docs directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.7.4` |
    | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` |
    | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.4` |
    | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.6.0` |
    | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.6` |
    
    
    
    Updates `certifi` from 2024.2.2 to 2024.7.4
    - [Commits](certifi/python-certifi@2024.02.02...2024.07.04)
    
    Updates `cryptography` from 42.0.5 to 44.0.1
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.5...44.0.1)
    
    Updates `requests` from 2.31.0 to 2.32.4
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.31.0...v2.32.4)
    
    Updates `urllib3` from 2.2.1 to 2.6.0
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.1...2.6.0)
    
    Updates `black` from 23.12.1 to 24.3.0
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.1...24.3.0)
    
    Updates `certifi` from 2023.11.17 to 2024.7.4
    - [Commits](certifi/python-certifi@2024.02.02...2024.07.04)
    
    Updates `idna` from 3.6 to 3.7
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.6...v3.7)
    
    Updates `requests` from 2.31.0 to 2.32.4
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.31.0...v2.32.4)
    
    Updates `urllib3` from 2.1.0 to 2.6.0
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.1...2.6.0)
    
    Updates `jinja2` from 3.1.2 to 3.1.6
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-version: 2024.7.4
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: cryptography
      dependency-version: 44.0.1
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: urllib3
      dependency-version: 2.6.0
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: black
      dependency-version: 24.3.0
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: certifi
      dependency-version: 2024.7.4
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: idna
      dependency-version: '3.7'
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: urllib3
      dependency-version: 2.6.0
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: jinja2
      dependency-version: 3.1.6
      dependency-type: direct:production
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    ffc3b08 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Configuration menu
    Copy the full SHA
    d3d6651 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from offsoc/dependabot/pip/gnu/llvm/llvm/utils/…

    …git/pip-3431113fed
    
    Bump the pip group across 2 directories with 7 updates
    offsoc authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    1f11f30 View commit details
    Browse the repository at this point in the history
  3. Create SECURITY.md

    offsoc authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    03b8732 View commit details
    Browse the repository at this point in the history
Loading