Skip to content

Commit 4b2bac4

Browse files
committed
SDK-1600: Use 0.33.6 for Python 3.4 compatibility
1 parent 3e78a07 commit 4b2bac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ pytz==2020.1
1111
requests>=2.20.0
1212
urllib3>=1.24.3
1313
deprecated==1.2.10
14-
wheel==0.34.2
14+
wheel==0.33.6
1515
iso8601==0.1.12

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pyyaml==5.2 # via -r requirements.in
2424
requests==2.21.0 # via -r requirements.in
2525
six==1.10.0 # via cryptography, protobuf, pyopenssl
2626
urllib3==1.24.3 # via -r requirements.in, requests
27-
wheel==0.34.2 # via -r requirements.in
27+
wheel==0.33.6 # via -r requirements.in
2828
wrapt==1.11.2 # via deprecated
2929

3030
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)