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: softlayer/softlayer-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: drop_py_38
Choose a base ref
...
head repository: softlayer/softlayer-python
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.
  • 10 commits
  • 3 files changed
  • 3 contributors

Commits on May 6, 2026

  1. Merge pull request #2254 from softlayer/drop_py_38

    Drop py3.8 Support
    allmightyspiff authored May 6, 2026
    Configuration menu
    Copy the full SHA
    75a4170 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. pip prod(deps): update urllib3 requirement from >=2.6.3 to >=2.7.0

    Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.6.3...2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.7.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 12, 2026
    Configuration menu
    Copy the full SHA
    4fedc91 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. pip prod(deps): update requests requirement from >=2.32.5 to >=2.34.2

    Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.5...v2.34.2)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.34.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 19, 2026
    Configuration menu
    Copy the full SHA
    452c9be View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. pip prod(deps): bump click from 8.1.8 to 8.4.2

    Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.4.2.
    - [Release notes](https://github.com/pallets/click/releases)
    - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md)
    - [Commits](pallets/click@8.1.8...8.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: click
      dependency-version: 8.4.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    16f34ae View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Fix vs_create_tests for Click 8.3+

    Click 8.3.0 seems to start prompting to confirm the default value when
    it didn't before, which caused test failures as seen in #2261.
    cjwatson committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    722fada View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2262 from cjwatson/click-8.3

    Fix vs_create_tests for Click 8.3+
    allmightyspiff authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    e3363a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2258 from softlayer/dependabot/pip/requests-gte-2…

    ….34.2
    
    pip prod(deps): update requests requirement from >=2.32.5 to >=2.34.2
    allmightyspiff authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    18bbf66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2256 from softlayer/dependabot/pip/urllib3-gte-2.7.0

    pip prod(deps): update urllib3 requirement from >=2.6.3 to >=2.7.0
    allmightyspiff authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    31521ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ab33b0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2261 from softlayer/dependabot/pip/click-8.4.2

    pip prod(deps): bump click from 8.1.8 to 8.4.2
    allmightyspiff authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    c69d025 View commit details
    Browse the repository at this point in the history
Loading