Bump cachecontrol from 0.12.11 to 0.12.14
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
- Fix #292: disuse HTTPResponse.strict by
@dairiki
in psf/cachecontrol#301- fix: double reading error on urllib3 2.0 by
@frostming
in psf/cachecontrol#296- Packaging the tests, or not by
@dimbleby
in psf/cachecontrol#287New Contributors
@dairiki
made their first contribution in psf/cachecontrol#301Full 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