Upgrade to boto3>=1.13.5

While testing running the test suite under Py3.7 on windows we hit an
issue installing botocore at the version it was at.
With this newer version of boto3 which also pulls in a newer version of
botocore we got past the issue.
This commit is contained in:
Pedro Algarvio 2020-05-08 18:51:57 +01:00 committed by Daniel Wozniak
parent b24b89debf
commit 1597940122
16 changed files with 42 additions and 42 deletions

View file

@ -1,5 +1,5 @@
# This is a compilation of requirements installed on salt-jenkins git.salt state run # This is a compilation of requirements installed on salt-jenkins git.salt state run
boto3 boto3>=1.13.5
boto>=2.46.0 boto>=2.46.0
clustershell clustershell
croniter>=0.3.0,!=0.3.22 croniter>=0.3.0,!=0.3.22

View file

@ -1,5 +1,5 @@
apache-libcloud==2.0.0 apache-libcloud==2.0.0
boto3 boto3>=1.13.5
boto>=2.46.0 boto>=2.46.0
certifi certifi
cffi cffi

View file

@ -14,9 +14,9 @@ aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
backports.ssl_match_hostname==3.7.0.1 backports.ssl_match_hostname==3.7.0.1
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
certvalidator==0.11.1 # via vcert certvalidator==0.11.1 # via vcert
@ -105,7 +105,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -12,9 +12,9 @@ attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
certvalidator==0.11.1 # via vcert certvalidator==0.11.1 # via vcert
@ -101,7 +101,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -11,9 +11,9 @@ attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
backports.ssl-match-hostname==3.7.0.1 ; python_version < "3.7" backports.ssl-match-hostname==3.7.0.1 ; python_version < "3.7"
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
cffi==1.12.2 cffi==1.12.2
@ -97,7 +97,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
sed==0.3.1 sed==0.3.1
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -14,9 +14,9 @@ aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
backports.ssl_match_hostname==3.7.0.1 backports.ssl_match_hostname==3.7.0.1
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
certvalidator==0.11.1 # via vcert certvalidator==0.11.1 # via vcert
@ -104,7 +104,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -12,9 +12,9 @@ attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
certvalidator==0.11.1 # via vcert certvalidator==0.11.1 # via vcert
@ -100,7 +100,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -11,9 +11,9 @@ attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
backports.ssl-match-hostname==3.7.0.1 ; python_version < "3.7" backports.ssl-match-hostname==3.7.0.1 ; python_version < "3.7"
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
cffi==1.12.2 cffi==1.12.2
@ -96,7 +96,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
sed==0.3.1 sed==0.3.1
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -14,9 +14,9 @@ aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
backports.ssl_match_hostname==3.7.0.1 backports.ssl_match_hostname==3.7.0.1
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
certvalidator==0.11.1 # via vcert certvalidator==0.11.1 # via vcert
@ -103,7 +103,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -12,9 +12,9 @@ attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
certvalidator==0.11.1 # via vcert certvalidator==0.11.1 # via vcert
@ -100,7 +100,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -10,9 +10,9 @@ atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
cffi==1.12.2 cffi==1.12.2
@ -95,7 +95,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
sed==0.3.1 sed==0.3.1
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -14,9 +14,9 @@ aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
backports.ssl_match_hostname==3.7.0.1 backports.ssl_match_hostname==3.7.0.1
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
certvalidator==0.11.1 # via vcert certvalidator==0.11.1 # via vcert
@ -102,7 +102,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -12,9 +12,9 @@ attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cached-property==1.5.1 # via pygit2 cached-property==1.5.1 # via pygit2
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
@ -100,7 +100,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -14,9 +14,9 @@ aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
backports.ssl_match_hostname==3.7.0.1 backports.ssl_match_hostname==3.7.0.1
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
certvalidator==0.11.1 # via vcert certvalidator==0.11.1 # via vcert
@ -102,7 +102,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -12,9 +12,9 @@ attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto aws-xray-sdk==0.95 # via moto
backports.functools-lru-cache==1.5 # via cheroot backports.functools-lru-cache==1.5 # via cheroot
bcrypt==3.1.6 # via paramiko bcrypt==3.1.6 # via paramiko
boto3==1.9.132 boto3==1.13.5
boto==2.49.0 boto==2.49.0
botocore==1.12.132 # via boto3, moto, s3transfer botocore==1.16.5 # via boto3, moto, s3transfer
cached-property==1.5.1 # via pygit2 cached-property==1.5.1 # via pygit2
cachetools==3.1.0 # via google-auth cachetools==3.1.0 # via google-auth
certifi==2019.3.9 certifi==2019.3.9
@ -100,7 +100,7 @@ requests==2.21.0
responses==0.10.6 # via moto responses==0.10.6 # via moto
rfc3987==1.3.8 rfc3987==1.3.8
rsa==4.0 # via google-auth rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3 s3transfer==0.3.3 # via boto3
salttesting==2017.6.1 salttesting==2017.6.1
scp==0.13.2 # via junos-eznc scp==0.13.2 # via junos-eznc
setproctitle==1.1.10 setproctitle==1.1.10

View file

@ -1,6 +1,6 @@
# This is a compilation of requirements installed on salt-jenkins git.salt state run # This is a compilation of requirements installed on salt-jenkins git.salt state run
#apache-libcloud==2.0.0 #apache-libcloud==2.0.0
boto3 boto3>=1.13.5
boto>=2.46.0 boto>=2.46.0
dmidecode dmidecode
dnspython dnspython