-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Python dependency CacheControl to v0.13.1 (#11362)
* Update Python dependency CacheControl to v0.13.1 * Update lib --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dario <[email protected]>
- Loading branch information
1 parent
7d4d600
commit 701438b
Showing
16 changed files
with
462 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,21 @@ | |
""" | ||
__author__ = "Eric Larson" | ||
__email__ = "[email protected]" | ||
__version__ = "0.12.11" | ||
__version__ = "0.13.1" | ||
|
||
from .wrapper import CacheControl | ||
from .adapter import CacheControlAdapter | ||
from .controller import CacheController | ||
from cachecontrol.adapter import CacheControlAdapter | ||
from cachecontrol.controller import CacheController | ||
from cachecontrol.wrapper import CacheControl | ||
|
||
__all__ = [ | ||
"__author__", | ||
"__email__", | ||
"__version__", | ||
"CacheControlAdapter", | ||
"CacheController", | ||
"CacheControl", | ||
] | ||
|
||
import logging | ||
|
||
logging.getLogger(__name__).addHandler(logging.NullHandler()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.