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

MNT: (deps): Bump requests from 2.28.1 to 2.32.3 in /ci #780

Merged
merged 4 commits into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. MNT: (deps): Bump requests from 2.28.1 to 2.32.3 in /ci

    Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.32.3.
    - [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.3)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dopplershift committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8a1a987 View commit details
    Browse the repository at this point in the history
  2. MNT: Rewrite VCR cassettes for urllib3>=2

    urllib3 2.x changed how it handles compressed responses, which breaks
    our existing cassettes. This updates the files to contain the
    decompressed responses for compatibilty going forward, and also notes
    our constraint in our test requirements in CI.
    dopplershift committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3ef3e7c View commit details
    Browse the repository at this point in the history
  3. MNT: Mark the vcrpy cassettes as generated

    Definitely don't need these showing up in diffs.
    dopplershift committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    06a38ea View commit details
    Browse the repository at this point in the history
  4. MNT: Bump minimum requests to 2.30.0

    This is needed to get to urllib 2.x, which we now rely on to test
    properly. As a result, we also have to bump VCRPy to 4.3.1.
    dopplershift committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dba1e91 View commit details
    Browse the repository at this point in the history