Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pip requirement from <23.4,>=9 to >=9,<24.1 #2092

Merged
merged 4 commits into from
May 28, 2024

Commits on May 28, 2024

  1. Update pip requirement from <23.4,>=9 to >=9,<24.1

    Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version.
    - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
    - [Commits](pypa/pip@9.0.0...24.0)
    
    ---
    updated-dependencies:
    - dependency-name: pip
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2537ed4 View commit details
    Browse the repository at this point in the history
  2. Bump min version supported by Pandas tests

    The latest issue is that installing the older version will now pull in a
    version of numpy that doesn't have pre-built wheels which results in the
    test attempting to build numpy which fails.
    
    I've also updated the error message to print a more verbose error to
    make it quicker to troubleshoot.
    jamesls committed May 28, 2024
    Configuration menu
    Copy the full SHA
    75911b2 View commit details
    Browse the repository at this point in the history
  3. Bump min version on cryptography package test

    Newer macOS runners are resulting in no pre-built whl being available.
    jamesls committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b77ce15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d18eb1f View commit details
    Browse the repository at this point in the history