Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c53d29b

Browse files
committed
update requests version
1 parent d9bfbc2 commit c53d29b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerenforcer/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import copy
55
from typing import Dict
66

7-
version = "0.8.12"
7+
version = "0.8.13"
88

99

1010
class Mode(Enum):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MarkupSafe==1.0
99
packaging==16.8
1010
Pygments==2.2.0
1111
pyparsing==2.2.0
12-
requests==2.13.0
12+
requests==2.20.0
1313
Rx==1.5.9
1414
six==1.10.0
1515
websocket-client==0.40.0

0 commit comments

Comments
 (0)