Skip to content

Commit d9a6d67

Browse files
committed
Upgrade CacheControl to 0.14.3
1 parent ce97657 commit d9a6d67

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

news/CacheControl.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade CacheControl to 0.14.3

src/pip/_vendor/cachecontrol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = "Eric Larson"
1111
__email__ = "[email protected]"
12-
__version__ = "0.14.2"
12+
__version__ = "0.14.3"
1313

1414
from pip._vendor.cachecontrol.adapter import CacheControlAdapter
1515
from pip._vendor.cachecontrol.controller import CacheController

src/pip/_vendor/vendor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CacheControl==0.14.2
1+
CacheControl==0.14.3
22
distlib==0.3.9
33
distro==1.9.0
44
msgpack==1.1.0

0 commit comments

Comments
 (0)