Skip to content

Bump cachecontrol from 0.12.11 to 0.12.14

HIFIS Bot requested to merge dependabot-pip-cachecontrol-0.12.14 into main

Bumps cachecontrol from 0.12.11 to 0.12.14.

Release notes

Sourced from cachecontrol's releases.

v0.12.14

  • Revert the change "switch lockfile to filelock" due to incompatibilities

Full Changelog: https://github.com/psf/cachecontrol/compare/v0.12.13...v0.12.14

v0.12.13

What's Changed

New Contributors

Full Changelog: https://github.com/psf/cachecontrol/compare/v0.12.12...v0.12.13

Changelog

Sourced from cachecontrol's changelog.

0.12.14

  • Revert the change "switch lockfile to filelock" to fix the compatibility issue.

0.12.13

  • Discard the strict attribute when serializing and deserializing responses.
  • Fix the IncompleteRead error thrown by urllib3 2.0.
  • Exclude the tests directory from the wheel.
Commits
  • 5274963 chore: bump version to 0.12.14
  • be310bb fix: Revert "switch from lockfile to filelock"
  • 3daedfe chore: release 0.12.13
  • 81ef6ba fix: Packaging the tests, or not (#287)
  • 6a74972 fix: double reading error on urllib3 2.0 (#296)
  • 8f037ba fix(#292): disuse HTTPResponse.strict (#301)
  • c05ef9e Revert "Bump version: 0.12.11 → 0.12.12"
  • 5f3cc1e Bump version: 0.12.11 → 0.12.12
  • 1e74e15 Merge pull request #284 from dimbleby/lockfile-filelock
  • f0cd6b4 switch from lockfile to filelock
  • Additional commits viewable in compare view

Merge request reports